Skip to content
Snippets Groups Projects
Commit df8760b6 authored by Éloïs's avatar Éloïs
Browse files

[ci] env: use node 10.*.*

parent 07b79142
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ workflow: ...@@ -31,8 +31,8 @@ workflow:
before_script: before_script:
- export NVM_DIR="$HOME/.nvm" - export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh" - . "$NVM_DIR/nvm.sh"
- nvm install 10.19.0 - nvm install 10
- nvm use 10.19.0 - nvm use 10
- curl https://sh.rustup.rs -sSf | sh -s -- -y - curl https://sh.rustup.rs -sSf | sh -s -- -y
- export PATH="$HOME/.cargo/bin:$PATH" - export PATH="$HOME/.cargo/bin:$PATH"
- export RUSTFLAGS="-D warnings" - export RUSTFLAGS="-D warnings"
......
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