Skip to content

Commit 9201243

Browse files
chore(deps): update dependency node to v22
1 parent babecfe commit 9201243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 22
3535

3636
- name: Enable corepack
3737
run: corepack enable

playground/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"tsx": "^4.0.0",
1717
"ofetch": "^1.3.3",
1818
"bun-types": "latest",
19-
"@types/node": "^20.6.0"
19+
"@types/node": "^22.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)