Fix mac installer (#1681)
* Fix mac installer * Update config.yml * Ignore issues updating to node v16
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user