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 3a58b2f commit 078ab38Copy full SHA for 078ab38
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
- version: 10.20.0
+ version: 10.22.0
25
run_install: false
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
.github/workflows/update-docs.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
package.json
@@ -73,5 +73,5 @@
73
"verdaccio": "^6.2.1",
74
"vitest": "^3.2.4"
75
},
76
- "packageManager": "pnpm@10.20.0"
+ "packageManager": "pnpm@10.22.0"
77
}
0 commit comments