Skip to content

Commit fc4d34b

Browse files
fix: use v24 and v23 node
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 900ee37 commit fc4d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node-version: ['22', '21', '20', '18', '16', '14']
9+
node-version: ['24', '23', '22', '20', '18', '16', '14']
1010
os: ['windows-latest', 'ubuntu-24.04', 'ubuntu-latest', 'macos-latest', 'macos-13']
1111
exclude:
1212
# exclude node14 test on arm due to nodejs 14 release is not available for darwin-arm

0 commit comments

Comments
 (0)