Skip to content

Commit

Permalink
chore: upgrade to pnpm 9.12.0 (#6886)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop authored Oct 3, 2024
1 parent 04a8fed commit f16f961
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.10.0
version: 9.12.0

- name: Install Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/c3-e2e-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
pm:
[
{ name: npm, version: "0.0.0" },
{ name: pnpm, version: "9.10.0" },
{ name: pnpm, version: "9.12.0" },
{ name: bun, version: "1.0.3" },
{ name: yarn, version: "1.0.0" },
]
# include a single windows test with pnpm
include:
- os: windows-latest
pm: { name: pnpm, version: "9.10.0" }
pm: { name: pnpm, version: "9.12.0" }
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/c3-e2e-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
pm:
[
{ name: npm, version: "0.0.0" },
{ name: pnpm, version: "9.10.0" },
{ name: pnpm, version: "9.12.0" },
{ name: bun, version: "1.0.3" },
{ name: yarn, version: "1.0.0" },
]
# include a single windows test with pnpm
include:
- os: windows-latest
pm: { name: pnpm, version: "9.10.0" }
pm: { name: pnpm, version: "9.12.0" }
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/c3-e2e-quarantine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pm:
[
{ name: npm, version: "0.0.0" },
{ name: pnpm, version: "9.10.0" },
{ name: pnpm, version: "9.12.0" },
{ name: bun, version: "1.0.3" },
]
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
pm:
[
{ name: npm, version: "0.0.0" },
{ name: pnpm, version: "9.10.0" },
{ name: pnpm, version: "9.12.0" },
{ name: bun, version: "1.0.3" },
{ name: yarn, version: "1.0.0" },
]
# include a single windows test with pnpm
include:
- os: windows-latest
pm: { name: pnpm, version: "9.10.0" }
pm: { name: pnpm, version: "9.12.0" }
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"vite": "^5.0.12",
"vitest": "catalog:default"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "^9.10.0"
"pnpm": "^9.12.0"
},
"volta": {
"node": "18.20.2",
"pnpm": "9.10.0"
"pnpm": "9.12.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit f16f961

Please sign in to comment.