Skip to content

Commit

Permalink
Merge pull request #674 from napple-team/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22
  • Loading branch information
windyakin authored Jan 3, 2025
2 parents 16900e1 + c8e84df commit af769b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.12.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 AS builder
FROM node:22 AS builder

WORKDIR /usr/src/app

Expand All @@ -9,7 +9,7 @@ COPY . .

RUN npm run build

FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down

0 comments on commit af769b9

Please sign in to comment.