There was an error while loading. Please reload this page.
1 parent b433783 commit 0f2172dCopy full SHA for 0f2172d
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup pnpm
25
uses: pnpm/action-setup@v6
26
with:
27
- version: 11.24.0
+ version: 11.25.0
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v7
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"version": "0.2.19",
5
"description": "WooTTY: modern web terminal with resilient PTY sessions",
6
- "packageManager": "pnpm@11.24.0",
+ "packageManager": "pnpm@11.25.0",
7
"engines": {
8
"node": ">=24"
9
},
0 commit comments