We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412e82 commit 8ef3825Copy full SHA for 8ef3825
.github/actions/setup/action.yml
@@ -25,7 +25,7 @@ runs:
25
- name: Setup pnpm
26
uses: pnpm/action-setup@v4
27
with:
28
- version: 9.6.0
+ version: 9.7.0
29
30
- name: Use Node
31
uses: actions/setup-node@v4
package.json
@@ -41,7 +41,7 @@
41
"simple-git-hooks": {
42
"pre-commit": "pnpm format.staged"
43
},
44
- "packageManager": "pnpm@9.6.0",
+ "packageManager": "pnpm@9.7.0",
45
"devDependencies": {
46
"@axe-core/playwright": "^4.9.1",
47
"@builder.io/qwik": "^1.7.2",
@@ -156,6 +156,6 @@
156
157
"volta": {
158
"node": "20.9.0",
159
- "pnpm": "9.6.0"
+ "pnpm": "9.7.0"
160
}
161
0 commit comments