Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core-deps): update node.js to v22 #359

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alarm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle alarm:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle auth:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion device/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle device:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle frontend:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion location/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle location:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion log/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle log:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle monitoring:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion notification/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle notification:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"semantic-release-preconfigured-conventional-commits": "1.1.111"
},
"engines": {
"node": "20.18"
"node": "22.13"
}
}
2 changes: 1 addition & 1 deletion user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DOCKER_BUILD=true
RUN gradle user:npmBuild --no-daemon --info --parallel --stacktrace


FROM node:20-alpine AS production
FROM node:22-alpine AS production
LABEL maintainer="[email protected], [email protected]"

WORKDIR /home/revue
Expand Down
Loading