File tree Expand file tree Collapse file tree 6 files changed +156
-149
lines changed
Expand file tree Collapse file tree 6 files changed +156
-149
lines changed Original file line number Diff line number Diff line change 1414 - name : Set node version to 20
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 24.12.0
1818 cache : ' pnpm'
1919 - name : Install dependencies
2020 run : pnpm i
Original file line number Diff line number Diff line change 1- FROM node:20.14 .0-bullseye AS build
1+ FROM node:24.12 .0-bullseye AS build
22
33WORKDIR /app
44COPY --chown=node:node package.json .
@@ -24,7 +24,7 @@ RUN pnpm -F backend build
2424
2525RUN pnpm prune --prod
2626
27- FROM node:20.14 .0-bullseye As production
27+ FROM node:24.12 .0-bullseye As production
2828
2929WORKDIR /home/node/app
3030COPY --chown=node:node --from=build /app/apps/backend/dist ./dist
Original file line number Diff line number Diff line change 1- FROM node:20.14 .0-bullseye AS build
1+ FROM node:24.12 .0-bullseye AS build
22
33WORKDIR /app
44COPY --chown=node:node package.json .
@@ -22,7 +22,7 @@ COPY --chown=node:node ./apps/frontend/ ./apps/frontend/
2222# build
2323RUN pnpm -F frontend build
2424
25- FROM node:20.14 .0-bullseye As production
25+ FROM node:24.12 .0-bullseye As production
2626
2727WORKDIR /home/node/app
2828COPY --chown=node:node --from=build /app/apps/frontend/.output ./.output
Original file line number Diff line number Diff line change 6363 "@types/express-session" : " ^1.17.10" ,
6464 "@types/jest" : " 29.5.8" ,
6565 "@types/multer" : " ^1.4.11" ,
66- "@types/node" : " ^20.14.8 " ,
66+ "@types/node" : " ^24.10.4 " ,
6767 "@types/passport" : " ^1.0.16" ,
6868 "@types/passport-jwt" : " ^3.0.13" ,
6969 "@types/passport-oauth2" : " ^1.4.15" ,
Original file line number Diff line number Diff line change 2222 },
2323 "devDependencies" : {
2424 "@types/http-proxy" : " ^1.17.14" ,
25- "@types/node" : " ^20.14.8 " ,
25+ "@types/node" : " ^24.10.4 " ,
2626 "@typescript-eslint/eslint-plugin" : " ^6.14.0" ,
2727 "@typescript-eslint/parser" : " ^6.14.0" ,
2828 "concurrently" : " ^8.2.2" ,
You can’t perform that action at this time.
0 commit comments