diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e73f105e..9ccfcf34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: - version: 8 + package_json_file: ./package.json - name: Setup Node uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index 5dbc7616..2ff222c5 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,6 @@ "vitest": "^1.0.0", "yup": "1.4.0", "zod": "3.23.8" - } + }, + "packageManager": "pnpm@9.0.2" }