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.
1 parent 1da1551 commit 0b5ac7fCopy full SHA for 0b5ac7f
1 file changed
CI/circle_parallel.sh
@@ -74,8 +74,8 @@ elif [ "$NODE_INDEX" = "3" ]; then
74
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
75
#nvm install stable
76
# install v16 instead of the latest stable version
77
- nvm install 16
78
- nvm alias default 16
+ nvm install 18
+ nvm alias default 18
79
node --version
80
81
# Each step uses the same `$BASH_ENV`, so need to modify it
0 commit comments