Skip to content

Commit

Permalink
chore: bump electronjs/node to 2.1.0 (main) (#297)
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

* ci: drop Node v14

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: George Xu <george.xu99@hotmail.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
  • Loading branch information
3 people committed Dec 13, 2023
1 parent 162b053 commit dcc8d14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
cfa: continuousauth/npm@2.1.0
node: electronjs/node@1.1.0
node: electronjs/node@2.1.0

workflows:
test_and_release:
Expand All @@ -21,10 +21,9 @@ workflows:
alias: test-mac
parameters:
node-version:
- 20.5.0
- 18.17.0
- 16.20.1
- 14.21.3
- '20.9'
- '18.17'
- '16.20'
- cfa/release:
requires:
- test-mac
Expand Down

0 comments on commit dcc8d14

Please sign in to comment.