Skip to content

Commit 8ef3825

Browse files
authored
chore(pnpm): bump to 9.7.0 (#920)
1 parent 7412e82 commit 8ef3825

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.0
28+
version: 9.7.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
@@ -41,7 +41,7 @@
4141
"simple-git-hooks": {
4242
"pre-commit": "pnpm format.staged"
4343
},
44-
"packageManager": "pnpm@9.6.0",
44+
"packageManager": "pnpm@9.7.0",
4545
"devDependencies": {
4646
"@axe-core/playwright": "^4.9.1",
4747
"@builder.io/qwik": "^1.7.2",
@@ -156,6 +156,6 @@
156156
},
157157
"volta": {
158158
"node": "20.9.0",
159-
"pnpm": "9.6.0"
159+
"pnpm": "9.7.0"
160160
}
161161
}

0 commit comments

Comments
 (0)