mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-20 07:32:16 +00:00
ci: bump node version in CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3d9beaa1ca
commit
32055122c3
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ lint-elixir:
|
||||||
|
|
||||||
|
|
||||||
lint-front:
|
lint-front:
|
||||||
image: node:16
|
image: node:20
|
||||||
stage: check
|
stage: check
|
||||||
before_script:
|
before_script:
|
||||||
- export EXITVALUE=0
|
- export EXITVALUE=0
|
||||||
|
@ -82,7 +82,7 @@ lint-front:
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
stage: build-js
|
stage: build-js
|
||||||
image: node:16
|
image: node:20
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends python build-essential webp imagemagick gifsicle jpegoptim optipng pngquant
|
- apt install -y --no-install-recommends python build-essential webp imagemagick gifsicle jpegoptim optipng pngquant
|
||||||
|
|
Loading…
Reference in a new issue