From 5eda37d6f184ec723d625740306a8f6703bfa362 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 11 Jun 2024 13:18:33 -0700 Subject: [PATCH] upgrade node-14 test --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index effb98c8..c21ac4f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,13 +12,6 @@ workflows: name: test-<< matrix.executor >>-<< matrix.node-version >> pre-steps: - run: git config --global core.autocrlf input - - when: - condition: - and: - - equal: [ node/macos, << matrix.executor >> ] - - equal: [ '14.16', << matrix.node-version >> ] - steps: - - node/install-rosetta post-steps: - run: yarn build:docs matrix: @@ -32,8 +25,7 @@ workflows: - '20.10' - '18.18' - '16.20' - # Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist - - '14.16' + - '14.21' - cfa/release: requires: - test