From bdf83547fe06a3377942ffc6816e9aa388094f48 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:02:14 -0400 Subject: [PATCH] Fix mac installer (#1681) * Fix mac installer * Update config.yml * Ignore issues updating to node v16 --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34d9deee..e45afc59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,6 +216,9 @@ jobs: - run: mkdir -p ./dist - attach_workspace: at: ./dist + - run: + name: Update node to v16 + command: brew upgrade node || true - run: name: Installing npm dependencies command: npm ci @@ -446,7 +449,7 @@ workflows: branches: only: - /^release-\d+(\.\d+){1,2}(-rc.*)?/ - - pull/1651 + - pull/1681 - store_artifacts: # for master/PR builds