Skip to content

Commit ec65a54

Browse files
committed
ci: update node version
1 parent 8759e70 commit ec65a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [18.16.0, 20.x]
21+
node-version: [20.x, 22.x]
2222

2323
steps:
2424
- name: Checkout code
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: windows-latest
4545
strategy:
4646
matrix:
47-
node-version: [18.16.0, 20.x]
47+
node-version: [20.x, 22.x]
4848

4949
steps:
5050
- name: Checkout code

0 commit comments

Comments
 (0)