test: Add Node 24 to CI matrix

This commit is contained in:
artur.filippovskii
2025-09-04 17:17:28 +03:00
committed by Adolfo R. Brandes
parent 1b2b34e0e4
commit e33573e503

View File

@@ -13,11 +13,13 @@ jobs:
- i18n_extract
- lint
- test
node: [20, 24]
continue-on-error: ${{ matrix.node == 24 }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version: ${{ matrix.node }}
- run: make requirements
- run: make test NPM_TESTS=build
- run: make test NPM_TESTS=${{ matrix.npm-test }}