Skip to content

Commit 4fc25d8

Browse files
ci: add Node.js 24
Reference: https://github.com/nodejs/Release
1 parent 1dd729b commit 4fc25d8

File tree

3 files changed

+1941
-732
lines changed

3 files changed

+1941
-732
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
timeout-minutes: 10
1313

1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
node-version:
1718
- 20
19+
- 22
20+
- 24
1821

1922
steps:
2023
- name: Checkout repository

0 commit comments

Comments
 (0)