Fix mac installer (#1681)

* Fix mac installer

* Update config.yml

* Ignore issues updating to node v16
This commit is contained in:
Devin Binnie
2021-08-04 16:02:14 -04:00
committed by GitHub
parent 81baae30bf
commit bdf83547fe

View File

@@ -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