Skip to content

Commit 2345b7b

Browse files
chore(deps): update dependency node to v22 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b6c317 commit 2345b7b

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.15.9
4747
- uses: actions/setup-node@v5
4848
with:
49-
node-version: 20.19.5
49+
node-version: 22.20.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.15.9
3030
- uses: actions/setup-node@v5
3131
with:
32-
node-version: 20.19.5
32+
node-version: 22.20.0
3333
cache: pnpm
3434
- run: pnpm i
3535
- name: types

0 commit comments

Comments
 (0)