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 58a54ba commit 3984db8Copy full SHA for 3984db8
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
- version: 10.15.1
+ version: 10.16.0
25
run_install: false
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
.github/workflows/update-docs.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
package.json
@@ -69,5 +69,5 @@
69
"verdaccio": "^6.1.5",
70
"vitest": "^3.2.4"
71
},
72
- "packageManager": "pnpm@10.15.1"
+ "packageManager": "pnpm@10.16.0"
73
}
0 commit comments