Skip to content
Snippets Groups Projects
Commit ace84818 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-3' into 'develop'

Use Node 12 (most recent LTS version)

See merge request !1019
parents 27cd377b 366d1bbc
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ stages:
review_front:
interruptible: true
stage: review
image: node:11
image: node:12-buster
when: manual
allow_failure: true
variables:
......@@ -148,7 +148,7 @@ test_api:
test_front:
interruptible: true
stage: test
image: node:11
image: node:12-buster
before_script:
- cd front
only:
......@@ -170,7 +170,7 @@ test_front:
build_front:
stage: build
image: node:11
image: node:12-buster
before_script:
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
- chmod +x /usr/local/bin/jq
......
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