Skip to content

Commit f4f2193

Browse files
committed
Use node 22
1 parent a97a930 commit f4f2193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: '20'
34+
node-version: '22'
3535
- run: npm ci
3636

3737
- name: Build

.github/workflows/code-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20'
15+
node-version: '22'
1616
- run: npm ci
1717
- name: Check
1818
run: |

0 commit comments

Comments
 (0)