Skip to content

Commit 440033d

Browse files
chore(deps): update node.js
1 parent 846caa4 commit 440033d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

{{cookiecutter.project_slug}}/.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414

1515
# Test if static assets can be built successfully.
1616
static:
17-
image: node:22.4-bookworm-slim
17+
image: node:22.12-bookworm-slim
1818
stage: build
1919
script:
2020
- npm ci --no-optional --no-audit --progress=false
@@ -82,23 +82,23 @@ djlint:
8282

8383
stylelint:
8484
stage: lint
85-
image: node:22.4-bookworm-slim
85+
image: node:22.12-bookworm-slim
8686
dependencies:
8787
- static
8888
script:
8989
- npm run lint:style
9090

9191
eslint:
9292
stage: lint
93-
image: node:22.4-bookworm-slim
93+
image: node:22.12-bookworm-slim
9494
dependencies:
9595
- static
9696
script:
9797
- npm run lint:js
9898

9999
prettier:
100100
stage: lint
101-
image: node:22.4-bookworm-slim
101+
image: node:22.12-bookworm-slim
102102
dependencies:
103103
- static
104104
script:

{{cookiecutter.project_slug}}/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.4
1+
22.12

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# use node:22.4-bookworm as the base image for building the frontend
33
#################################################################################
44

5-
FROM node:22.4-bookworm AS frontend-builder
5+
FROM node:22.12-bookworm AS frontend-builder
66

77
# A wildcard is used to ensure both package.json AND package-lock.json are copied
88
# where available (npm@5+)

0 commit comments

Comments
 (0)