Skip to content

Commit 51ad105

Browse files
authored
chore: Add packageManager to package.json (#8708)
1 parent b3b8375 commit 51ad105

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v4
15-
with:
16-
version: 9
1715
- uses: actions/setup-node@v4
1816
with:
1917
node-version: 20

.github/workflows/update_deps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
1919
- uses: pnpm/action-setup@v4
20-
with:
21-
version: 9
2220
- uses: actions/setup-node@v4
2321
with:
2422
node-version: 20

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Collection of device converters to be used with zigbee-herdsman",
55
"main": "index.js",
66
"types": "index.d.ts",
7+
"packageManager": "[email protected]",
78
"files": [
89
"/index.js",
910
"/index.js.map",

0 commit comments

Comments
 (0)