diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a93f72d..ed5d98e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/pnpm/action-setup - uses: pnpm/action-setup@v2 with: - version: 6 + version: 8 # https://github.com/actions/setup-node - name: Setup Node ${{ matrix.node }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0cf958..ccef0d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/pnpm/action-setup - uses: pnpm/action-setup@v2 with: - version: 6 + version: 8 # https://github.com/actions/setup-node - name: Setup Node.js 16.x