Skip to content

Commit e36b279

Browse files
rubiinWikiRik
andauthored
ci: Add Node.js 24 version in CI workflow (#2696)
* ci: Add Node.js 24 version in CI workflow * Update .github/workflows/ci.yml Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com> --------- Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
1 parent 7a80797 commit e36b279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [22, 20, 18, 16, 14, 12, 10, 8]
12+
node-version: [24, 22, 20, 18, 16, 14, 12, 10, 8]
1313
name: Run tests on Node.js ${{ matrix.node-version }}
1414
steps:
1515
- name: Setup Node.js ${{ matrix.node-version }}
@@ -22,7 +22,7 @@ jobs:
2222
run: npm install --legacy-peer-deps
2323
- name: Run tests
2424
run: npm test
25-
- if: matrix.node-version == 22
25+
- if: matrix.node-version == 24
2626
name: Send coverage info to Codecov
2727
uses: codecov/codecov-action@v5
2828
with:

0 commit comments

Comments
 (0)