Skip to content

Commit

Permalink
chore: bump electronjs/node to 2.1.0 (main) (#289)
Browse files Browse the repository at this point in the history
* 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 <dsanders11@ucsbalum.com>
  • Loading branch information
electron-roller[bot] and dsanders11 committed Nov 22, 2023
1 parent e93556a commit e1c143c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1,568 deletions.
22 changes: 14 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
cfa: continuousauth/npm@1.0.2
node: electronjs/node@1.4.1
cfa: continuousauth/npm@2.1.0
node: electronjs/node@2.1.0

workflows:
test_and_release:
Expand All @@ -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 >> ]
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"minimatch": "^3.0.4"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^3.0.0",
"electron": "^22.0.0",
"electron-mocha": "^11.0.2",
"lodash": "^4.17.15",
Expand Down

0 comments on commit e1c143c

Please sign in to comment.