Skip to content
Snippets Groups Projects
Verified Commit d6f59823 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: forced node to 18

parent 566abdf8
No related branches found
No related tags found
No related merge requests found
Pipeline #3813 failed
...@@ -20,7 +20,7 @@ before_script: ...@@ -20,7 +20,7 @@ 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"
- \[ -s "$NVM_DIR/bash_completion" \] && \. "$NVM_DIR/bash_completion" - \[ -s "$NVM_DIR/bash_completion" \] && \. "$NVM_DIR/bash_completion"
- nvm install --lts - nvm install 18
build-rust: build-rust:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment