diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 810344ed..4b2dbcb3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -127,7 +127,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: setup pnpm ## see https://github.com/pnpm/action-setup - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: ${{ matrix.pnpm-version }} - name: install project