diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index f22222f..2119382 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -34,7 +34,7 @@ jobs: with: node-version: '24' - - uses: pnpm/action-setup@v6.0.3 + - uses: pnpm/action-setup@v6.0.5 with: run_install: false diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c064ff5..ae1966f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org - - uses: pnpm/action-setup@v6.0.3 + - uses: pnpm/action-setup@v6.0.5 name: Install pnpm with: run_install: false