Skip to content

Commit 133a076

Browse files
chore(deps): update pnpm to v10.17.0
1 parent cae7b70 commit 133a076

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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": "20.10.0",
34-
"pnpm": "10.3.0"
34+
"pnpm": "10.17.0"
3535
},
36-
"packageManager": "pnpm@10.3.0"
36+
"packageManager": "pnpm@10.17.0"
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@v2
2323
with:
24-
version: 7
24+
version: 10
2525
- name: Install Node
2626
uses: actions/setup-node@v4
2727
with:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v2
4545
with:
46-
version: 7
46+
version: 10
4747
- uses: actions/setup-node@v4
4848
with:
4949
node-version: 14.x
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install pnpm
7777
uses: pnpm/action-setup@v2
7878
with:
79-
version: 7
79+
version: 10
8080
- name: Install Node
8181
uses: actions/setup-node@v4
8282
with:

0 commit comments

Comments
 (0)