Skip to content
Snippets Groups Projects
Commit 986b441f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] CI: use Node 10

parent c3c5bdc6
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ push_to_github:
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
- nvm install 10
- nvm use 10
.cached_nvm: &cached_nvm
<<: *nvm_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment