diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index ce7a6d54..40ab93b8 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -28,9 +28,8 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: - version: ^9.3.0 run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies=false] diff --git a/.github/workflows/update-tests.yml b/.github/workflows/update-tests.yml index 9ea3f824..49b4e9e0 100644 --- a/.github/workflows/update-tests.yml +++ b/.github/workflows/update-tests.yml @@ -30,9 +30,8 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: - version: ^8.9.0 run_install: true - name: Turbo Cache id: turbo-cache diff --git a/package.json b/package.json index e71e6af9..68748ec3 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,5 @@ "typescript": "^5.0.0", "typescript-eslint": "^7.0.0" }, - "packageManager": "pnpm@9.3.0" + "packageManager": "pnpm@9.6.0" }