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 6827680 commit c38aec2Copy full SHA for c38aec2
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
node:
27
- 22.6.0
28
pnpm:
29
- - 9.6.0
+ - 9.8.0
30
steps:
31
- uses: actions/checkout@v4
32
package.json
@@ -169,7 +169,7 @@
169
"node": ">=12.x",
170
"pnpm": "^9"
171
},
172
- "packageManager": "pnpm@9.6.0",
+ "packageManager": "pnpm@9.8.0",
173
"workspaces": [
174
"packages/*"
175
],
0 commit comments