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

node 버전 올리기

parent 26c017c8
Pipeline #18826 failed
before_script: before_script:
- curl -sL https://rpm.nodesource.com/setup_16.x | bash - - export NVM_DIR="$HOME/.nvm"
- yum install -y nodejs - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- nvm install 16.20
- nvm use 16.20
- node --version - node --version
image: image:
......
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