Skip to content
Snippets Groups Projects
Commit d810fe1f authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'update-node-ci' into 'master'

Update node in CI (15 -> 18)

See merge request !202
parents 887330ef 237db79c
No related branches found
No related tags found
1 merge request!202Update node in CI (15 -> 18)
Pipeline #61596 passed
......@@ -21,7 +21,7 @@ cache:
- ruby -v # Print out ruby version for debugging
- gem install bundler -v '2.0.2'
- bundle install -j $(nproc) --path vendor
- curl -sL https://deb.nodesource.com/setup_15.x | bash -
- curl -sL https://deb.nodesource.com/setup_18.x | bash -
- apt-get install -y nodejs pandoc
- cd generator
- chmod +x ./generate
......
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