diff --git a/.github/workflows/feature-branch-deploy.yml b/.github/workflows/feature-branch-deploy.yml index 4f812c5596..00192b377a 100644 --- a/.github/workflows/feature-branch-deploy.yml +++ b/.github/workflows/feature-branch-deploy.yml @@ -39,7 +39,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Install dependencies diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index e1727f236e..e94b5badb9 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -22,7 +22,7 @@ jobs: uses: pnpm/action-setup@v3 id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory @@ -60,7 +60,7 @@ jobs: uses: pnpm/action-setup@v3 id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2f5d629b75..f7bef63abc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: uses: pnpm/action-setup@v3 id: pnpm-install with: - version: 8 + version: 9 run_install: false if: ${{ steps.release.outputs.releases_created == 'true' }} diff --git a/package.json b/package.json index fd4c290bd6..169894e519 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,12 @@ "engines": { "node": "^20", "npm": "^8", - "pnpm": "^8" + "pnpm": "^9" }, "volta": { "node": "20.11.1", - "npm": "10.5.0" + "npm": "10.5.0", + "pnpm": "9.0.2" }, "workspaces": [ "./packages/*",