diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9ce30c1..1749b95 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.1 with: version: latest run_install: false