Skip to content

Commit 5347a9b

Browse files
committed
Merge branch 'ci-fix-macos-nvm'
2 parents eeffa0d + baf14d3 commit 5347a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ "$OS_NAME" == "osx" ]; then
3535
brew install qt@5
3636
brew install nvm
3737
source /usr/local/opt/nvm/nvm.sh
38-
nvm install 18.17.1 # install this node version
38+
nvm install 18 # install this node version
3939
export PATH="/usr/local/opt/qt@5/bin:$PATH"
4040
export LDFLAGS="-L/usr/local/opt/qt@5/lib"
4141
export CPPFLAGS="-I/usr/local/opt/qt@5/include"

0 commit comments

Comments
 (0)