diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f39f05b1..f53f820a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory @@ -76,7 +76,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory @@ -125,7 +125,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory @@ -180,7 +180,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 967972d326..6d0b76bd6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory diff --git a/package.json b/package.json index 10c6ed1c39..dd61793477 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "jsr": "pnpm --filter @urql/core jsr", "jsr:dryrun": "pnpm --filter @urql/core jsr --dry-run" }, + "packageManager": "^pnpm@9.0.0", "eslintConfig": { "root": true, "extends": [