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
|
- run: mkdir -p ./dist
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./dist
|
at: ./dist
|
||||||
|
- run:
|
||||||
|
name: Update node to v16
|
||||||
|
command: brew upgrade node || true
|
||||||
- run:
|
- run:
|
||||||
name: Installing npm dependencies
|
name: Installing npm dependencies
|
||||||
command: npm ci
|
command: npm ci
|
||||||
@@ -446,7 +449,7 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
|
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
|
||||||
- pull/1651
|
- pull/1681
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
# for master/PR builds
|
# for master/PR builds
|
||||||
|
Reference in New Issue
Block a user