Skip to content

Commit 0a62ead

Browse files
chore(deps): update pnpm to v11
1 parent 27bd323 commit 0a62ead

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
@@ -31,7 +31,7 @@
3131
},
3232
"volta": {
3333
"node": "24.13.0",
34-
"pnpm": "10.28.1"
34+
"pnpm": "11.2.2"
3535
},
36-
"packageManager": "pnpm@10.28.1"
36+
"packageManager": "pnpm@11.2.2"
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@v4
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@v4
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@v4
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)