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 c05880e commit 8bcfaffCopy full SHA for 8bcfaff
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: pnpm/action-setup@v3
15
with:
16
- version: 9.0.0
+ version: 10.18.0
17
- uses: actions/setup-node@v4
18
19
node-version: 20
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
package.json
@@ -22,7 +22,7 @@
22
"node": ">=22.0.0",
23
"pnpm": ">=10.0.0"
24
},
25
- "packageManager": "pnpm@10.5.2",
+ "packageManager": "pnpm@10.18.0",
26
"devDependencies": {
27
"@biomejs/biome": "^1.9.4",
28
"@testing-library/jest-dom": "^6.6.3",
0 commit comments