There was an error while loading. Please reload this page.
1 parent 4d57c96 commit 95ebd30Copy full SHA for 95ebd30
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.1.0
+ version: 11.1.1
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v6
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"version": "0.2.15",
5
"description": "WooTTY: modern web terminal with resilient PTY sessions",
6
- "packageManager": "pnpm@11.1.0",
+ "packageManager": "pnpm@11.1.1",
7
"engines": {
8
"node": ">=24"
9
},
0 commit comments