Skip to content

Commit

Permalink
chore: Add packageManager to package.json (#8708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Feb 1, 2025
1 parent b3b8375 commit 51ad105
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Collection of device converters to be used with zigbee-herdsman",
"main": "index.js",
"types": "index.d.ts",
"packageManager": "[email protected]",
"files": [
"/index.js",
"/index.js.map",
Expand Down

0 comments on commit 51ad105

Please sign in to comment.