Use Node 12 (most recent LTS version)

This commit is contained in:
techknowlogick 2020-02-01 10:25:22 +01:00 committed by Eliot Berriot
parent 27cd377b3d
commit 366d1bbc2d
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ stages:
review_front: review_front:
interruptible: true interruptible: true
stage: review stage: review
image: node:11 image: node:12-buster
when: manual when: manual
allow_failure: true allow_failure: true
variables: variables:
@ -148,7 +148,7 @@ test_api:
test_front: test_front:
interruptible: true interruptible: true
stage: test stage: test
image: node:11 image: node:12-buster
before_script: before_script:
- cd front - cd front
only: only:
@ -170,7 +170,7 @@ test_front:
build_front: build_front:
stage: build stage: build
image: node:11 image: node:12-buster
before_script: before_script:
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 - 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 - chmod +x /usr/local/bin/jq