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