Skip to content

Commit 6a8e643

Browse files
committed
update Node.js version to 20.19.0
1 parent dfb9ae4 commit 6a8e643

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/setup-and-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
node-version:
99
required: false
1010
type: string
11-
default: '20.15.1'
11+
default: '20.19.0'
1212

1313
runs:
1414
using: composite

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- build stage ----
2-
FROM node:20.18.0-alpine AS build
2+
FROM node:20.19.0-alpine AS build
33
WORKDIR /app
44

55
ENV HUSKY=0
@@ -29,7 +29,7 @@ RUN NODE_OPTIONS=--max-old-space-size=4096 pnpm run build
2929
RUN 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
3333
WORKDIR /app
3434

3535
ENV OPERATING_ENV=production

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@
146146
},
147147
"packageManager": "[email protected]",
148148
"engines": {
149-
"node": ">=18.18.0"
149+
"node": ">=20.19.0"
150150
}
151151
}

0 commit comments

Comments
 (0)