diff --git a/.github/workflows/_integration_tests.yml b/.github/workflows/_integration_tests.yml index 66b91e2c..0f26f737 100644 --- a/.github/workflows/_integration_tests.yml +++ b/.github/workflows/_integration_tests.yml @@ -7,7 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: [ 20.x, 22.x ] + node-version: [ 20.x, 22.x, 24.x ] es-version: [7.6.1] icuTokenizer: [true, false] steps: diff --git a/.github/workflows/_unit_tests.yml b/.github/workflows/_unit_tests.yml index a6d1db8a..c14c5736 100644 --- a/.github/workflows/_unit_tests.yml +++ b/.github/workflows/_unit_tests.yml @@ -7,7 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: [ 20.x, 22.x ] + node-version: [ 20.x, 22.x, 24.x ] icuTokenizer: [true, false] steps: - uses: actions/checkout@v4