Commit 18742e7c authored by heywon.choi's avatar heywon.choi

node update

parent c8d859b6
Pipeline #18827 passed with stage
in 53 seconds
before_script: before_script:
- export NVM_DIR="$HOME/.nvm" - |
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" export NVM_DIR="$HOME/.nvm"
- nvm install 16.20 [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
- nvm use 16.20 nvm install 16.20
- node --version nvm use 16.20
node --version
image: image:
name: antora/antora:3.1.7 name: antora/antora:3.1.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment