We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900ee37 commit fc4d34bCopy full SHA for fc4d34b
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- node-version: ['22', '21', '20', '18', '16', '14']
+ node-version: ['24', '23', '22', '20', '18', '16', '14']
10
os: ['windows-latest', 'ubuntu-24.04', 'ubuntu-latest', 'macos-latest', 'macos-13']
11
exclude:
12
# exclude node14 test on arm due to nodejs 14 release is not available for darwin-arm
0 commit comments