diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ef80f..6cad0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.4.1 with: version: '6' - name: Setup Node diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7cf4f31..899e198 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.4.1 with: version: '7' - name: Setup Node