Skip to content

Commit af654fa

Browse files
⬆ Bump node from 20 to 24 in /frontend (#1621)
* ⬆ Bump node from 20 to 24 in /frontend Bumps node from 20 to 24. --- updated-dependencies: - dependency-name: node dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ⬆ Bump Node.js version from 20 to 24 in .nvmrc --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: User <[email protected]> Co-authored-by: Alejandra <[email protected]>
1 parent 0e33d6b commit af654fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2-
FROM node:20 AS build-stage
2+
FROM node:24 AS build-stage
33

44
WORKDIR /app
55

frontend/Dockerfile.playwright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20
1+
FROM node:24
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)