-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: fix syntax error * ci: bump node-orb version * ci: exclude macOS Node.js 14.21 * ci: always install Rosetta on macOS * test: bump timeout
- Loading branch information
1 parent
eccd354
commit 4db3c5d
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ version: 2.1 | |
|
||
orbs: | ||
cfa: continuousauth/[email protected] | ||
node: electronjs/node@2.1.0 | ||
node: electronjs/node@2.2.1 | ||
|
||
jobs: | ||
test: | ||
|
@@ -65,11 +65,11 @@ workflows: | |
- test: | ||
name: test-<< matrix.executor >>-<< matrix.node-version >> | ||
pre-steps: | ||
# rc-edit.exe does not support arm64 | ||
- when: | ||
condition: | ||
and: | ||
- equal: [ node/macos, << matrix.executor >> ] | ||
- equal: [ '14.16', << matrix.node-version >> ] | ||
steps: | ||
- node/install-rosetta | ||
matrix: | ||
|
@@ -83,8 +83,10 @@ workflows: | |
- '20.9' | ||
- '18.17' | ||
- '16.20' | ||
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist | ||
- '14.16'd | ||
- '14.21' | ||
exclude: | ||
- executor: node/macos | ||
node-version: '14.21' | ||
- cfa/release: | ||
requires: | ||
- test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters