diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e680a7..2936758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}