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 babecfe commit 9201243Copy full SHA for 9201243
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node
32
uses: actions/setup-node@v4
33
with:
34
- node-version: 18
+ node-version: 22
35
36
- name: Enable corepack
37
run: corepack enable
playground/node/package.json
@@ -16,6 +16,6 @@
16
"tsx": "^4.0.0",
17
"ofetch": "^1.3.3",
18
"bun-types": "latest",
19
- "@types/node": "^20.6.0"
+ "@types/node": "^22.0.0"
20
}
21
0 commit comments