Use Node:11 in CI
This commit is contained in:
parent
0989df4795
commit
0894306e5e
|
@ -17,7 +17,7 @@ stages:
|
||||||
|
|
||||||
review_front:
|
review_front:
|
||||||
stage: review
|
stage: review
|
||||||
image: node:9
|
image: node:11
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -159,7 +159,7 @@ test_api:
|
||||||
|
|
||||||
test_front:
|
test_front:
|
||||||
stage: test
|
stage: test
|
||||||
image: node:9
|
image: node:11
|
||||||
before_script:
|
before_script:
|
||||||
- cd front
|
- cd front
|
||||||
only:
|
only:
|
||||||
|
@ -181,7 +181,7 @@ test_front:
|
||||||
|
|
||||||
build_front:
|
build_front:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:9
|
image: node:11
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue