Use Node:11 in CI

environments/review-docs-funkw-lxqqys/deployments/2363
Eliot Berriot 2019-07-25 15:43:21 +02:00
rodzic 0989df4795
commit 0894306e5e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ stages:
review_front:
stage: review
image: node:9
image: node:11
when: manual
allow_failure: true
before_script:
@ -159,7 +159,7 @@ test_api:
test_front:
stage: test
image: node:9
image: node:11
before_script:
- cd front
only:
@ -181,7 +181,7 @@ test_front:
build_front:
stage: build
image: node:9
image: node:11
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