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

chore: fixed node version to 18

parent be3d270b
No related branches found
No related tags found
1 merge request!37Improved support for PyBoy interface
Pipeline #3712 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment