Skip to content

Commit

Permalink
Update Node.js to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 685dacf commit 36cbc8d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# CMD ["/opt/app/index.js", "/var/lib/huemqtt/config.json"]

FROM node:20.8-alpine
FROM node:20.10-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 @@ -22,7 +22,7 @@
"@types/async-lock": "1.4.2",
"@types/eventsource": "1.1.15",
"@types/jest": "29.5.10",
"@types/node": "18.19.2",
"@types/node": "20.10.3",
"@types/node-cron": "3.0.11",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
Expand Down
14 changes: 7 additions & 7 deletions stub/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 stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Philipp Arndt",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/rimraf": "^3.0.2",
"axios": "^1.0.0",
"rimraf": "^5.0.0",
Expand Down

0 comments on commit 36cbc8d

Please sign in to comment.