Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent db3c89a commit 807a61e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
22.12.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base ----
FROM node:18.20.4-alpine AS base
FROM node:22.12.0-alpine AS base

# ------------------
# package.json cache
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN true \
# ---- Final ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:18.20.4-alpine as final
FROM node:22.12.0-alpine as final

ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"validator": "13.12.0"
},
"engines": {
"node": "^18.0.0",
"node": "^22.0.0",
"yarn": "^1.22.0"
},
"repository": {
Expand Down

0 comments on commit 807a61e

Please sign in to comment.