Skip to content

Commit fd1f9c5

Browse files
chore(deps): update dependency node to v24.14.0
1 parent 5657f4a commit fd1f9c5

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

.docker-hub/print/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build stage
2-
FROM node:24.13.0 AS build-stage
2+
FROM node:24.14.0 AS build-stage
33
ARG SENTRY_AUTH_TOKEN
44
ARG SENTRY_ORG
55
ARG SENTRY_PRINT_PROJECT
@@ -22,7 +22,7 @@ COPY print .
2222
RUN npm run build
2323

2424
# production stage
25-
FROM node:24.13.0 AS production-stage
25+
FROM node:24.14.0 AS production-stage
2626
WORKDIR /app
2727

2828
COPY --from=build-stage /app/.output ./.output

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- uses: actions/setup-node@v6
126126
with:
127-
node-version: '24.13.1'
127+
node-version: '24.14.0'
128128

129129
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
130130
with:
@@ -153,7 +153,7 @@ jobs:
153153

154154
- uses: actions/setup-node@v6
155155
with:
156-
node-version: '24.13.1'
156+
node-version: '24.14.0'
157157

158158
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
159159
with:
@@ -182,7 +182,7 @@ jobs:
182182

183183
- uses: actions/setup-node@v6
184184
with:
185-
node-version: '24.13.1'
185+
node-version: '24.14.0'
186186

187187
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
188188
with:
@@ -214,7 +214,7 @@ jobs:
214214

215215
- uses: actions/setup-node@v6
216216
with:
217-
node-version: '24.13.1'
217+
node-version: '24.14.0'
218218

219219
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
220220
with:
@@ -353,7 +353,7 @@ jobs:
353353

354354
- uses: actions/setup-node@v6
355355
with:
356-
node-version: '24.13.1'
356+
node-version: '24.14.0'
357357

358358
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
359359
with:
@@ -396,7 +396,7 @@ jobs:
396396

397397
- uses: actions/setup-node@v6
398398
with:
399-
node-version: '24.13.1'
399+
node-version: '24.14.0'
400400

401401
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
402402
with:
@@ -435,7 +435,7 @@ jobs:
435435

436436
- uses: actions/setup-node@v6
437437
with:
438-
node-version: '24.13.1'
438+
node-version: '24.14.0'
439439

440440
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
441441
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13.1
1+
24.14.0

.ops/aws-setup/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ops/aws-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/eslint-parser": "7.28.6",
1919
"@eslint/compat": "2.0.2",
2020
"@eslint/js": "9.39.4",
21-
"@types/node": "24.10.13",
21+
"@types/node": "24.12.0",
2222
"eslint": "9.39.4",
2323
"eslint-config-prettier": "10.1.8",
2424
"eslint-plugin-n": "17.24.0",

.ops/ecamp3-logging/files/elasticsearch/remove-old-indexes/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
remove-old-indexes:
3-
image: node:24.13.0
3+
image: node:24.14.0
44
volumes:
55
- ./src:/src
66
command:

.ops/ecamp3-logging/values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ elasticsearch:
6262
maxIndexAge: {{ .Environment.Values | get "ELASTIC_NODE_MAX_INDEX_AGE" "15" }}
6363
image: node
6464
# renovate: datasource=docker depName=node
65-
tag: "24.13.0"
65+
tag: "24.14.0"
6666

6767
kibana:
6868
name: kibana

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
frontend:
3-
image: node:24.13.0
3+
image: node:24.14.0
44
container_name: 'ecamp3-frontend'
55
ports:
66
- '9229:9229' # jest debug
@@ -81,7 +81,7 @@ services:
8181
command: varnishncsa
8282

8383
pdf:
84-
image: node:24.13.0
84+
image: node:24.14.0
8585
container_name: 'ecamp3-pdf'
8686
stdin_open: true
8787
tty: true
@@ -101,7 +101,7 @@ services:
101101
- CI=${CI}
102102

103103
print:
104-
image: node:24.13.0
104+
image: node:24.14.0
105105
container_name: 'ecamp3-print'
106106
user: ${USER_ID:-1000}
107107
volumes:
@@ -212,7 +212,7 @@ services:
212212
stop_signal: SIGKILL
213213

214214
translation:
215-
image: node:24.13.0
215+
image: node:24.14.0
216216
profiles: ['translation']
217217
container_name: 'ecamp3-translation'
218218
volumes:

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"group:apiPlatform"
99
],
1010
"constraints": {
11-
"node": "24.13.1",
11+
"node": "24.14.0",
1212
"php": "8.5.2"
1313
},
1414
"automergeType": "branch",

0 commit comments

Comments
 (0)