Skip to content
Snippets Groups Projects
Commit 8e088c81 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

use node 12 everywhere (instead of old 9)

parent 5640b487
No related branches found
No related tags found
3 merge requests!1579Link to Home page of API-docs added in the docs,!1570Merge pipeline fix,!1569Fix pipeline after number of services changed functionality
Pipeline #76252 failed
...@@ -353,7 +353,7 @@ test:code_validation: ...@@ -353,7 +353,7 @@ test:code_validation:
script: script:
- apt-get update - apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant - DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
- curl -sL https://deb.nodesource.com/setup_9.x | bash - - curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs - DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mvn clean compile validate - mvn clean compile validate
......
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