Skip to content

Commit

Permalink
Update Node.js to v18.12 (#198)
Browse files Browse the repository at this point in the history
* Update Node.js to v18.12

* node 18

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philipp Arndt <[email protected]>
  • Loading branch information
renovate[bot] and philipparndt authored Nov 13, 2022
1 parent d19bbfb commit b298643
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install
working-directory: app
Expand Down
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:18.6-alpine
FROM node:18.12-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 @@ -21,7 +21,7 @@
"@types/async-lock": "1.3.0",
"@types/eventsource": "1.1.10",
"@types/jest": "28.1.8",
"@types/node": "16.18.3",
"@types/node": "18.11.9",
"@types/node-cron": "3.0.5",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
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": "^17.0.9",
"@types/node": "^18.0.0",
"@types/rimraf": "^3.0.2",
"axios": "^0.27.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit b298643

Please sign in to comment.