Skip to content

Commit

Permalink
Merge pull request #66 from cboard-org/fix/circleciElectron
Browse files Browse the repository at this point in the history
Fix / CircleCi Electron build
  • Loading branch information
RodriSanchez1 authored Aug 3, 2023
2 parents e27de68 + 59ca68f commit 4bcbe56
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
win: circleci/windows@2.2.0
win: circleci/windows@5.0

jobs:
build_cboard:
Expand Down Expand Up @@ -142,15 +142,17 @@ jobs:
steps:
- checkout
- run:
name: Install NVM
command: choco install nvm
- run:
name: Install Node 16.16.0
shell: bash.exe
name: Install Node 16.20.1
command: |
nvm list
nvm install 16.16.0
nvm use 16.16.0
nvm install 16.20.1
nvm use 16.20.1
- run:
name: Verify node, npm and nvm version
command: |
node -v
npm -v
nvm version
- run:
name: Install cordova
command: |
Expand Down

0 comments on commit 4bcbe56

Please sign in to comment.