Skip to content

Commit

Permalink
bump node version to match requirements for electron version 12.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed May 24, 2021
1 parent 1d2b4e7 commit 561b73b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ before_install:
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall --force java && brew cask install adoptopenjdk && brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/linux_install_os_dependencies_for_testing_on_ubuntu.sh; fi
install:
- nvm install 10 --lts
- nvm install 14 --lts
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- nvm use 10
- nvm use 14
- yarn --version
- nvm --version
- node --version
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 14 x64
- choco upgrade yarn
- git reset --hard HEAD
- yarn
Expand Down

0 comments on commit 561b73b

Please sign in to comment.