Skip to content

Commit baf14d3

Browse files
committed
ci: use latest nodejs 18.x lts version for macos
This uses latest nodejs LTS 18.x version used in macOS GitHub ci. Before that we set specifc node version but as soon as the version is not available anymore ci fails. Changed to just request major version. Linux ci does not have specific nodejs version set but installs nodejs in scripts/docker_install.sh
1 parent eeffa0d commit baf14d3

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)