From 3bff1fa41a0be6bee3be3b5748111b5dc4798ef4 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 11 Sep 2021 14:11:26 +0200 Subject: [PATCH] chore: remove node version pinning from CI --- .circleci/config.yml | 3 +-- .github/workflows/nodejs.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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