Skip to content

Commit

Permalink
Update Node.js to >=20.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent c5c8a84 commit 4351781
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Environment setup
FROM node:20.17.0-alpine
FROM node:20.18.1-alpine
LABEL org.opencontainers.image.source https://github.com/GizmoDevelopment/ramune-chat
WORKDIR /opt/production

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git+https://github.com/GizmoDevelopment/ramune-chat.git"
},
"engines": {
"node": ">=20.18.0"
"node": ">=20.18.1"
},
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@gizmo-dev/eslint-plugin": "^5.0.6",
"@sentry/types": "^8.44.0",
"@types/node": "^20.16.10",
"@types/node": "^20.17.10",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 4351781

Please sign in to comment.