chore: Add packageManager to package.json (#26106)

This commit is contained in:
Koen Kanters
2025-02-01 22:14:03 +01:00
parent 5e9d53f0aa
commit 83ff4a7684
5 changed files with 1 additions and 10 deletions
-4
View File
@@ -20,8 +20,6 @@ jobs:
if: ((github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push') == false
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
@@ -183,8 +181,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
-2
View File
@@ -17,8 +17,6 @@ jobs:
version: '${{steps.release.outputs.major}}.${{steps.release.outputs.minor}}.${{steps.release.outputs.patch}}'
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
-2
View File
@@ -18,8 +18,6 @@ jobs:
ref: dev
token: ${{ secrets.GH_TOKEN }}
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
-2
View File
@@ -19,8 +19,6 @@ jobs:
ref: dev
token: ${{ secrets.GH_TOKEN }}
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
+1
View File
@@ -3,6 +3,7 @@
"version": "2.1.0",
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
"main": "index.js",
"packageManager": "pnpm@9.15.4",
"repository": {
"type": "git",
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"