From 202640594cc09370290b139da38b689b0defc3a9 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 26 Nov 2023 18:53:27 -0800 Subject: [PATCH] ci: tidy up config --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae4e1c2a..a29b80ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,6 @@ workflows: jobs: - node/test: name: test-<< matrix.executor >>-<< matrix.node-version >> - override-ci-command: yarn install --frozen-lockfile --ignore-engines pre-steps: - run: git config --global core.autocrlf input - when: @@ -30,8 +29,8 @@ 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'