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

node update

parent c8d859b6
Pipeline #18827 passed with stage
in 53 seconds
before_script:
- export NVM_DIR="$HOME/.nvm"
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- nvm install 16.20
- nvm use 16.20
- node --version
- |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 16.20
nvm use 16.20
node --version
image:
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