File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Setup Node.js
2323 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2424 with :
25- node-version : 24.12.0 # or your desired version
25+ node-version : 24.14.1 # or your desired version
2626
2727 - name : Install PNPM
2828 run : npm install -g pnpm
Original file line number Diff line number Diff line change 2929 "zod" : " ^4.3.6"
3030 },
3131 "devDependencies" : {
32- "@types/node" : " 24.10.4 " ,
32+ "@types/node" : " 24.12.2 " ,
3333 "@types/nodemailer" : " 7.0.4" ,
3434 "@types/pg" : " 8.16.0" ,
3535 "dotenv" : " 17.2.4" ,
3838 "typescript" : " 5.9.3"
3939 },
4040 "volta" : {
41- "node" : " 24.12.0 "
41+ "node" : " 24.14.1 "
4242 }
4343}
Original file line number Diff line number Diff line change 11# 1️⃣ Builder stage
22# FROM node:22.21.1-alpine@sha256:9632533eda8061fc1e9960cfb3f8762781c07a00ee7317f5dc0e13c05e15166f AS builder
3- FROM node:24.12.0 -alpine@sha256:c921b97d4b74f51744057454b306b418cf693865e73b8100559189605f6955b8 AS builder
3+ FROM node:24.14.1 -alpine@sha256:01743339035a5c3c11a373cd7c83aeab6ed1457b55da6a69e014a95ac4e4700b AS builder
44
55# Set working directory
66WORKDIR /app
@@ -17,7 +17,7 @@ RUN npm run build
1717
1818# 2️⃣ Production stage
1919# FROM node:22.21.1-alpine@sha256:9632533eda8061fc1e9960cfb3f8762781c07a00ee7317f5dc0e13c05e15166f AS runner
20- FROM node:24.12.0 -alpine@sha256:c921b97d4b74f51744057454b306b418cf693865e73b8100559189605f6955b8 AS runner
20+ FROM node:24.14.1 -alpine@sha256:01743339035a5c3c11a373cd7c83aeab6ed1457b55da6a69e014a95ac4e4700b AS runner
2121
2222RUN curl -sfS https://dotenvx.sh/install.sh | sh -s -- -b /usr/local/bin
2323
You can’t perform that action at this time.
0 commit comments