diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcb1da5e..259e3683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4.1.0 with: version: 6.12.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a60b2ba..3413fe0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: node-version: 14.x registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4.1.0 with: version: 6.12.0