Skip to content

Commit 51a38ca

Browse files
chore(deps): update pnpm to v11
1 parent e647cee commit 51a38ca

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"release-it": "19.0.6",
3030
"release-plan": "^0.18.0"
3131
},
32-
"packageManager": "pnpm@10.34.3",
32+
"packageManager": "pnpm@11.7.0",
3333
"volta": {
3434
"node": "24.13.0",
35-
"pnpm": "10.34.3"
35+
"pnpm": "11.7.0"
3636
}
3737
}

packages/ember-simple-auth/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v6
2323
with:
24-
version: 10
24+
version: 11
2525
- name: Install Node
2626
uses: actions/setup-node@v6
2727
with:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v6
4545
with:
46-
version: 10
46+
version: 11
4747
- uses: actions/setup-node@v6
4848
with:
4949
node-version: 24.x
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install pnpm
7777
uses: pnpm/action-setup@v6
7878
with:
79-
version: 10
79+
version: 11
8080
- name: Install Node
8181
uses: actions/setup-node@v6
8282
with:

0 commit comments

Comments
 (0)