Skip to content

Commit

Permalink
chore: bump electronjs/node to 2.1.0 (main) (#41)
Browse files Browse the repository at this point in the history
* chore: bump electronjs/node in .circleci/config.yml to 2.1.0

* build: add install-rosetta step

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: George Xu <[email protected]>
  • Loading branch information
electron-roller[bot] and georgexu99 authored Nov 22, 2023
1 parent 2977e02 commit 06ea0b6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,30 @@ version: 2.1

orbs:
cfa: continuousauth/[email protected]
node: electronjs/node@1.4.1
node: electronjs/node@2.1.0

workflows:
test_and_release:
# Run the test jobs first, then the release only when all the test jobs are successful
jobs:
- node/test:
pre-steps:
- when:
condition:
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
executor: node/macos
name: test-mac-<< matrix.node-version >>
matrix:
alias: test-mac
parameters:
node-version:
- '20.5'
- '20.9'
- '18.17'
- '16.20'
- '14.21'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- cfa/release:
requires:
- test-mac
Expand Down

0 comments on commit 06ea0b6

Please sign in to comment.