Skip to content

Commit c38aec2

Browse files
committed
chore: update pnpm to 9.8.0
1 parent 6827680 commit c38aec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node:
2727
- 22.6.0
2828
pnpm:
29-
- 9.6.0
29+
- 9.8.0
3030
steps:
3131
- uses: actions/checkout@v4
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"node": ">=12.x",
170170
"pnpm": "^9"
171171
},
172-
"packageManager": "pnpm@9.6.0",
172+
"packageManager": "pnpm@9.8.0",
173173
"workspaces": [
174174
"packages/*"
175175
],

0 commit comments

Comments
 (0)