Merge branch 'renovate/node-19.x' into 'master'
Update Node.js to v19 See merge request repos/website!49
This commit is contained in:
commit
e5b0c7cae8
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ stages:
|
|||
- deploy
|
||||
|
||||
static:
|
||||
image: node:18-slim
|
||||
image: node:19-slim
|
||||
stage: build
|
||||
cache:
|
||||
key: npm-$CI_COMMIT_REF_SLUG
|
||||
|
@ -118,7 +118,7 @@ gunicorn_check:
|
|||
- gunicorn --check-config --config etc/gunicorn.conf.py
|
||||
|
||||
npm_lint:
|
||||
image: node:18-slim
|
||||
image: node:19-slim
|
||||
stage: test
|
||||
dependencies:
|
||||
- static
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-slim as frontend
|
||||
FROM node:19-slim as frontend
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --no-audit - -progress=false --omit=dev
|
||||
|
|
Loading…
Reference in a new issue