diff --git a/.circleci/config.yml b/.circleci/config.yml index 641528a60183..0411a6e11a44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,5 +58,5 @@ workflows: name: test-node-partial-<< matrix.node-version >> matrix: parameters: - node-version: ['14', '16', '18'] + node-version: ['14', '16', '18', '19'] - test-jest-jasmine diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7060b18db3a..c1f28d96a22c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 19.x] shard: ['1/4', '2/4', '3/4', '4/4'] name: Node v${{ matrix.node-version }} on ${{ inputs.os }} (${{ matrix.shard }}) runs-on: ${{ inputs.os }}