Skip to content

Commit

Permalink
use pnpm 9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Sep 26, 2024
1 parent 491efd9 commit 69965ed
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 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.11.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.11.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.11.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.11.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.11.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.11.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.11.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "^9.10.0"
"pnpm": "^9.11.0"
},
"volta": {
"node": "18.20.2",
"pnpm": "9.10.0"
"pnpm": "9.11.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69965ed

Please sign in to comment.