diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 50100ada..0d3b3230 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -150,7 +150,7 @@ jobs: package-manager-cache: false # must not usecaches. we want the latest, always - name: setup pnpm ## see https://github.com/pnpm/action-setup - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 + uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 with: version: ${{ matrix.pnpm-version }} - name: install project