[CI] Use node version 16 for all CI jobs

1704-required-props-are-not-always-passed
Georg Krause 2022-02-17 12:29:51 +01:00
rodzic 7b74e55e7f
commit fcf55b598e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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