Skip to content

Commit

Permalink
Merge pull request #20 from halkeye/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js
  • Loading branch information
halkeye authored Jan 21, 2025
2 parents 6b429cf + 1d48b2d commit 1e91149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.18.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16.0
FROM node:20.18.1

COPY package*.json .
RUN npm install
Expand Down

0 comments on commit 1e91149

Please sign in to comment.