From 4f93b50a8c97d98d59c07bca47957d56f52bfe7a Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:51:57 +0000 Subject: [PATCH] chore: bump continuousauth/npm in .circleci/config.yml to 2.1.0 --- .circleci/config.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c16e75e..c3339fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,13 +11,6 @@ workflows: - node/test: name: test-<< matrix.executor >>-<< matrix.node-version >> pre-steps: - - when: - condition: - and: - - equal: [ node/macos, << matrix.executor >> ] - - equal: [ '14.16', << matrix.node-version >> ] - steps: - - node/install-rosetta - when: condition: equal: [ node/linux, << matrix.executor >> ] @@ -34,11 +27,12 @@ workflows: - node/macos - node/windows node-version: - - '20.9' - - '18.17' - - '16.20' - # Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist - - '14.16' + # Don't bump above 20.2.0 until CircleCI updates + # their Windows image to pick up newer nvm-windows + - 20.2.0 + - 18.17.0 + - 16.20.1 + - 14.21.3 - cfa/release: requires: - test