Skip to content

Commit f8fcbdb

Browse files
committed
chore(ci): Add Node 24 LTS.
1 parent 6ce949f commit f8fcbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x, latest]
14+
node-version: [18.x, 20.x, 22.x, 24.x, latest]
1515
name: Build and run tests (${{ github.ref_name }}#${{ matrix.node-version }})
1616
runs-on: ubuntu-latest
1717
steps:
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run build
3030
# Test
3131
- name: Run tests with coverage+test reporting
32-
if: ${{ matrix.node-version == 'latest' || matrix.node-version == '22.x' }}
32+
if: ${{ matrix.node-version != '20.x' && matrix.node-version != '18.x' }}
3333
run: |
3434
npm run test:coverage -- --experimental-test-coverage \
3535
--test-reporter=spec --test-reporter-destination=stdout \

0 commit comments

Comments
 (0)