[CI] Use node version 16 for all CI jobs
This commit is contained in:
parent
7b74e55e7f
commit
fcf55b598e
|
@ -25,7 +25,7 @@ stages:
|
||||||
review_front:
|
review_front:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: review
|
stage: review
|
||||||
image: node:12-buster
|
image: node:16-buster
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
variables:
|
variables:
|
||||||
|
@ -129,7 +129,7 @@ flake8:
|
||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: node:12-buster
|
image: node:16-buster
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -212,7 +212,7 @@ test_front:
|
||||||
|
|
||||||
build_front:
|
build_front:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:12-buster
|
image: node:16-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
|
||||||
|
|
Loading…
Reference in New Issue