We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeffa0d + baf14d3 commit 5347a9bCopy full SHA for 5347a9b
scripts/github-ci.sh
@@ -35,7 +35,7 @@ if [ "$OS_NAME" == "osx" ]; then
35
brew install qt@5
36
brew install nvm
37
source /usr/local/opt/nvm/nvm.sh
38
- nvm install 18.17.1 # install this node version
+ nvm install 18 # install this node version
39
export PATH="/usr/local/opt/qt@5/bin:$PATH"
40
export LDFLAGS="-L/usr/local/opt/qt@5/lib"
41
export CPPFLAGS="-I/usr/local/opt/qt@5/include"
0 commit comments