diff --git a/.circleci/config.yml b/.circleci/config.yml index e6e5330970b9..9c2ed2bf9a6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,5 @@ workflows: partial: true matrix: parameters: - # https://github.com/nodejs/node/issues/40030 - node-version: ['10', '12', '15', '16.8'] + node-version: ['10', '12', '15', '16'] - test-jest-jasmine diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 85098a759c65..6d5266607e9f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -69,8 +69,7 @@ jobs: strategy: fail-fast: false matrix: - # https://github.com/nodejs/node/issues/40030 - node-version: [10.x, 12.x, 14.x, 15.x, 16.8] + 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