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 8c93873 commit a08cc9cCopy full SHA for a08cc9c
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
- version: 10.19.0
+ version: 10.20.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
@@ -71,5 +71,5 @@
71
"verdaccio": "^6.2.1",
72
"vitest": "^3.2.4"
73
},
74
- "packageManager": "pnpm@10.19.0"
+ "packageManager": "pnpm@10.20.0"
75
}
0 commit comments