Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 51cc27b commit 5f26fb4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

# Check out https://hub.docker.com/_/node to select a new base image
FROM node:10-slim
FROM node:22-slim

# Set to a non-root built-in user `node`
USER node
Expand Down
17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/express": "4.17.9",
"@types/helmet": "0.0.48",
"@types/node": "12.12.67",
"@types/node": "22.8.7",
"typescript": "3.9.7"
},
"repository": {
Expand Down

0 comments on commit 5f26fb4

Please sign in to comment.