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