diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3161ee99da..c56f08ecf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/typedoc.yaml b/.github/workflows/typedoc.yaml index 33265a7347..265a95bbd1 100644 --- a/.github/workflows/typedoc.yaml +++ b/.github/workflows/typedoc.yaml @@ -14,8 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index b17a8fbd9a..f066e76ffe 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -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 diff --git a/package.json b/package.json index 5a1d4bb82a..90e331bc5d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "bugs": { "url": "https://github.com/koenkk/zigbee-herdsman/issues" }, + "packageManager": "pnpm@9.15.4", "contributors": [ { "name": "Koen Kanters",