Skip to content

Commit d4f7b1d

Browse files
authored
Move ci to node 20 and 22 (#607)
1 parent a01441a commit d4f7b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
max-parallel: 4
4545
matrix:
46-
node-version: [18, 22]
46+
node-version: [20, 22]
4747

4848
steps:
4949
- name: Checkout

0 commit comments

Comments
 (0)