diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index eaf3ffc..c08783a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v5.0.0 with: - version: 5.18.10 + version: 10.33.0 - run: pnpm install --frozen-lockfile - run: pnpm test publish: @@ -43,7 +43,7 @@ jobs: node-version: "15" - uses: pnpm/action-setup@v5.0.0 with: - version: 5.18.10 + version: 10.33.0 - run: pnpm install --frozen-lockfile - name: Setup auth run: |