File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.github/actions/setup-and-build Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 node-version :
99 required : false
1010 type : string
11- default : ' 20.15.1 '
11+ default : ' 20.19.0 '
1212
1313runs :
1414 using : composite
Original file line number Diff line number Diff line change 11# ---- build stage ----
2- FROM node:20.18 .0-alpine AS build
2+ FROM node:20.19 .0-alpine AS build
33WORKDIR /app
44
55ENV HUSKY=0
@@ -29,7 +29,7 @@ RUN NODE_OPTIONS=--max-old-space-size=4096 pnpm run build
2929RUN pnpm prune --prod --ignore-scripts
3030
3131# ---- runtime stage ----
32- FROM node:20.18 .0-alpine AS runtime
32+ FROM node:20.19 .0-alpine AS runtime
3333WORKDIR /app
3434
3535ENV OPERATING_ENV=production
Original file line number Diff line number Diff line change 146146 },
147147 "packageManager" :
" [email protected] " ,
148148 "engines" : {
149- "node" : " >=18.18 .0"
149+ "node" : " >=20.19 .0"
150150 }
151151}
You can’t perform that action at this time.
0 commit comments