Skip to content

Commit

Permalink
chore: forced node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 26, 2023
1 parent 566abdf commit d6f5982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:
- export NVM_DIR="$HOME/.nvm"
- \[ -s "$NVM_DIR/nvm.sh" \] && \. "$NVM_DIR/nvm.sh"
- \[ -s "$NVM_DIR/bash_completion" \] && \. "$NVM_DIR/bash_completion"
- nvm install --lts
- nvm install 18

build-rust:
stage: build
Expand Down

0 comments on commit d6f5982

Please sign in to comment.