Skip to content

Commit

Permalink
ci: fix nvm issue nvm-sh/nvm#1985 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Aug 18, 2023
1 parent 82ea794 commit d93ee7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ echo example_electron_version: $example_electron_version
echo example_sdk_mode: $example_sdk_mode
echo package_version: $package_version

export NVM_DIR="$HOME/.nvm"
source "${NVM_DIR}/nvm.sh" --install
nvm use 14.17.3

pushd /tmp/jenkins/Electron-SDK
Expand Down

0 comments on commit d93ee7e

Please sign in to comment.