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 8c4e116 commit 36e78c1Copy full SHA for 36e78c1
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
- version: 10.13.1
+ version: 10.14.0
25
run_install: false
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
.github/workflows/update-docs.yml
@@ -20,7 +20,7 @@ jobs:
20
package.json
@@ -69,5 +69,5 @@
69
"verdaccio": "^6.1.5",
70
"vitest": "^3.2.4"
71
},
72
- "packageManager": "pnpm@10.13.1"
+ "packageManager": "pnpm@10.14.0"
73
}
0 commit comments