[CI] Use node version 16 for all CI jobs

This commit is contained in:
Georg Krause 2022-02-17 12:29:51 +01:00
parent 7b74e55e7f
commit fcf55b598e
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ stages:
review_front:
interruptible: true
stage: review
image: node:12-buster
image: node:16-buster
when: manual
allow_failure: true
variables:
@ -129,7 +129,7 @@ flake8:
eslint:
interruptible: true
image: node:12-buster
image: node:16-buster
stage: lint
allow_failure: true
before_script:
@ -212,7 +212,7 @@ test_front:
build_front:
stage: build
image: node:12-buster
image: node:16-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