-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump electronjs/node to 2.1.0 (main) (#289)
* chore: bump electronjs/node in .circleci/config.yml to 2.1.0 * ci: downgrade Node.js 14 to 14.16.1 * ci: install Rosetta for macOS and Node.js 14 * ci: use latest CFA orb --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: David Sanders <[email protected]>
- Loading branch information
1 parent
e93556a
commit e1c143c
Showing
3 changed files
with
53 additions
and
1,568 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
cfa: continuousauth/[email protected].2 | ||
node: electronjs/node@1.4.1 | ||
cfa: continuousauth/npm@2.1.0 | ||
node: electronjs/node@2.1.0 | ||
|
||
workflows: | ||
test_and_release: | ||
|
@@ -11,6 +11,13 @@ workflows: | |
- node/test: | ||
name: test-<< matrix.executor >>-<< matrix.node-version >> | ||
pre-steps: | ||
- when: | ||
condition: | ||
and: | ||
- equal: [ node/macos, << matrix.executor >> ] | ||
- equal: [ '14.16', << matrix.node-version >> ] | ||
steps: | ||
- node/install-rosetta | ||
- when: | ||
condition: | ||
equal: [ node/linux, << matrix.executor >> ] | ||
|
@@ -27,12 +34,11 @@ workflows: | |
- node/macos | ||
- node/windows | ||
node-version: | ||
# Don't bump above 20.2.0 until CircleCI updates | ||
# their Windows image to pick up newer nvm-windows | ||
- 20.2.0 | ||
- 18.17.0 | ||
- 16.20.1 | ||
- 14.21.3 | ||
- '20.9' | ||
- '18.17' | ||
- '16.20' | ||
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist | ||
- '14.16' | ||
- 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
Oops, something went wrong.