Skip to content

Commit

Permalink
chore(deps): update node.js to v20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 7620b8e commit 6e511ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.5-alpine
FROM node:20.6-alpine
COPY app/dist /opt/app/
WORKDIR /opt/app/

Expand Down
14 changes: 7 additions & 7 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/async-lock": "1.4.0",
"@types/eventsource": "1.1.11",
"@types/jest": "29.5.3",
"@types/node": "20.5.1",
"@types/node": "20.5.9",
"@types/node-cron": "3.0.8",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
Expand Down

0 comments on commit 6e511ca

Please sign in to comment.