Skip to content

Commit 818a0d0

Browse files
chore(deps): update dependency node to v22
1 parent e1db1a6 commit 818a0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version: 8
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 20.19.2
49+
node-version: 22.16.0
5050
cache: pnpm
5151
- run: pnpm i
5252
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: 8
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 20.19.2
32+
node-version: 22.16.0
3333
cache: pnpm
3434
- run: pnpm i
3535
- name: types

0 commit comments

Comments
 (0)