Skip to content

Commit 18a1c60

Browse files
authored
chore: update pnpm to 10.15 (#1127)
1 parent 10f1474 commit 18a1c60

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9.7.0
28+
version: 10.15.0
2929

3030
- name: Use Node
3131
uses: actions/setup-node@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"simple-git-hooks": {
4747
"pre-commit": "pnpm format.staged && pnpm lint"
4848
},
49-
"packageManager": "pnpm@9.7.0",
49+
"packageManager": "pnpm@10.15.0",
5050
"devDependencies": {
5151
"@axe-core/playwright": "^4.10.1",
5252
"@builder.io/qwik": "1.14.1",
@@ -151,6 +151,6 @@
151151
},
152152
"volta": {
153153
"node": "22.7.0",
154-
"pnpm": "9.7.0"
154+
"pnpm": "10.15.0"
155155
}
156156
}

pnpm-workspace.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
packages:
2-
- 'packages/*'
2+
- packages/*
3+
4+
onlyBuiltDependencies:
5+
- nx

0 commit comments

Comments
 (0)