Update Node.js to v21
This commit is contained in:
parent
6b53c42f14
commit
a250a71a6a
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
static:
|
static:
|
||||||
image: node:20-slim
|
image: node:21-slim
|
||||||
stage: build
|
stage: build
|
||||||
cache:
|
cache:
|
||||||
key: npm-$CI_COMMIT_REF_SLUG
|
key: npm-$CI_COMMIT_REF_SLUG
|
||||||
|
@ -116,7 +116,7 @@ gunicorn_check:
|
||||||
- gunicorn --check-config --config etc/gunicorn.conf.py
|
- gunicorn --check-config --config etc/gunicorn.conf.py
|
||||||
|
|
||||||
npm_lint:
|
npm_lint:
|
||||||
image: node:20-slim
|
image: node:21-slim
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- static
|
- static
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20-slim as frontend
|
FROM node:21-slim as frontend
|
||||||
|
|
||||||
RUN apt-get update --yes --quiet && apt-get install --yes --quiet curl
|
RUN apt-get update --yes --quiet && apt-get install --yes --quiet curl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue