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 6905212 commit 397a870Copy full SHA for 397a870
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.15.0
+ version: 10.16.1
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v5
mise.toml
@@ -1,3 +1,3 @@
1
[tools]
2
node = "24"
3
-pnpm = "10.15.0"
+pnpm = "10.16.1"
package.json
@@ -26,7 +26,7 @@
26
"keywords": [],
27
"author": "",
28
"license": "MIT",
29
- "packageManager": "pnpm@10.15.0",
+ "packageManager": "pnpm@10.16.1",
30
"devDependencies": {
31
"@types/express": "^5.0.3",
32
"@types/minimist": "^1.2.5",
0 commit comments