Skip to content

Commit

Permalink
Update Node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent f41c436 commit 03d788f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-alpine
LABEL org.opencontainers.image.source https://github.com/GizmoDevelopment/ramune-chat
WORKDIR /opt/production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@gizmo-dev/eslint-plugin": "^5.0.4",
"@sentry/types": "^8.37.1",
"@types/node": "^20.16.10",
"@types/node": "^20.17.6",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.14.0",
"globals": "^15.12.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 03d788f

Please sign in to comment.