There was an error while loading. Please reload this page.
1 parent 1bc9be9 commit ca83032Copy full SHA for ca83032
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.20.0
+ version: 11.21.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.20.0",
+ "packageManager": "pnpm@11.21.0",
7
"engines": {
8
"node": ">=24"
9
},
0 commit comments