Skip to content

Commit

Permalink
chore: bump electronjs/node to 2.3.0 (main) (#3596)
Browse files Browse the repository at this point in the history
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Erik Moura <[email protected]>
Co-authored-by: David Sanders <[email protected]>
Co-authored-by: Erick Zhao <[email protected]>
  • Loading branch information
4 people authored Sep 19, 2024
1 parent 3c2a19b commit 321c72d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2.1

orbs:
node: electronjs/node@2.2.1
node: electronjs/node@2.3.0

commands:
install:
steps:
- run: git config --global core.autocrlf input
- node/install:
node-version: '18.15.0'
node-version: '18.20.3'
- checkout
run-lint-and-build:
steps:
Expand Down Expand Up @@ -67,6 +67,17 @@ jobs:
executor: << parameters.executor >>
steps:
- install
- when:
condition:
equal: [node/windows, << parameters.executor >>]
steps:
- run:
name: Windows Setup
shell: bash
command: |
pip install setuptools
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
npm install [email protected]
- when:
condition:
equal: [node/linux, << parameters.executor >>]
Expand Down Expand Up @@ -108,6 +119,7 @@ jobs:
name: Windows Setup
shell: bash
command: |
pip install setuptools
choco install --no-progress -y wixtoolset --version=3.14.0
echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.14/bin"' >> "$BASH_ENV"
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
Expand Down

0 comments on commit 321c72d

Please sign in to comment.