Commit bd34ba6e authored by heywon.choi's avatar heywon.choi

node 사용버전 지정

parent 650dacd2
Pipeline #18829 passed with stage
in 29 seconds
#before_script:
before_script:
# - |
# export NVM_DIR="$HOME/.nvm"
# [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
......@@ -14,7 +14,10 @@ pages:
paths:
- .cache
script:
- node --version
- npm install -g @antora/cli@3.1 @antora/site-generator@3.1
- nvm use 16.20
- node --version
- antora --fetch antora-playbook.yml
artifacts:
paths:
......
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