Commit 650dacd2 authored by heywon.choi's avatar heywon.choi

node 업데이트 후 설치 스크립트 제거

parent 18742e7c
Pipeline #18828 failed with stage
in 29 seconds
before_script: #before_script:
- | # - |
export NVM_DIR="$HOME/.nvm" # export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 16.20 # nvm install 16.20
nvm use 16.20 # nvm use 16.20
node --version # 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