Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
[skip publish]
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 73ad31e commit c109fc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 235 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base Stage #
# ================ #

FROM node:20-alpine AS base
FROM node:22-alpine AS base

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@
},
"packageManager": "yarn@4.5.1",
"volta": {
"node": "20.18.0"
"node": "22.11.0"
}
}
Loading

0 comments on commit c109fc8

Please sign in to comment.