diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c2ed2bf9a6b..9c12b4a7f627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,5 +70,5 @@ workflows: partial: true matrix: parameters: - node-version: ['10', '12', '15', '16'] + node-version: ['10', '12', '15', '16', '17'] - test-jest-jasmine diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cfcbc9a1d0ab..a37e014a732d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} needs: prepare-yarn-cache