Skip to content

Commit def99aa

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency node to v24
1 parent caed0cf commit def99aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: "22.x"
21+
node-version: "24.x"
2222

2323
- name: get yarn cache path
2424
id: yarn-cache-dir-path

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder stage
22

3-
FROM node:22 AS builder
3+
FROM node:24 AS builder
44

55
# Create app directory
66
WORKDIR /home/node/app
@@ -18,7 +18,7 @@ RUN yarn build
1818

1919
# Runner stage
2020

21-
FROM node:22-alpine
21+
FROM node:24-alpine
2222
ENV NODE_ENV=production
2323
WORKDIR /home/node/app
2424

0 commit comments

Comments
 (0)