Commit cffaadea authored by jayed nahian's avatar jayed nahian
Browse files

commit-5

parent a9063f54
Pipeline #8088 failed with stage
in 1 minute and 13 seconds
...@@ -2,6 +2,10 @@ stages: ...@@ -2,6 +2,10 @@ stages:
- deploy - deploy
before_script: before_script:
# Load NVM and Node.js
- export NVM_DIR="$HOME/.nvm"
- '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"'
- nvm use 20
# Commands to be run before any job # Commands to be run before any job
- rm -rf node_modules - rm -rf node_modules
- rm -f package-lock.json - rm -f package-lock.json
......
Supports Markdown
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