From 97d5c658bd1b33f6a8c9cbb8c2aaad5760d2d8ef Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 28 Nov 2023 16:10:13 -0800 Subject: [PATCH] ci: tidy up config (#75) --- .circleci/config.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67d4fc6..a98f4c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,18 +37,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.17', << matrix.node-version >> ] - steps: - - node/install-rosetta - # run bash command arch -x86_64 zsh - - run: | - arch -x86_64 zsh - nvm install 14.17 - nvm use 14.16 test-steps: - when: condition: @@ -67,16 +55,13 @@ workflows: - node/macos # - node/windows node-version: - - '20.9' - - '18.17' + - '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' exclude: - executor: node/macos - node-version: '14.16' - - executor: node/linux - node-version: '14.16' + node-version: '14.21' - release: name: release-<< matrix.executor >> matrix: