Skip to content
Snippets Groups Projects

nodejs 9 is not supported anymore

Merged Piotr Gawron requested to merge node-issue into devel_15.1.x
+ 2
0
@@ -145,6 +145,7 @@ test:frontend:
script: &test_backend_web_definition
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
- echo '-k' > ~/.curlrc
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mkdir /etc/minerva/
@@ -297,6 +298,7 @@ build_war:
script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
- echo '-k' > ~/.curlrc
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- ant maven-build
Loading