Skip to content

Commit

Permalink
Bump node from 17 to 19
Browse files Browse the repository at this point in the history
Bumps node from 17 to 19.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2023
1 parent ab87d06 commit eea534b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17
FROM node:19

ENV ARDUINO_CLI_VERSION=0.29.0 \
SENSEBOXCORE_VERSION=2.0.0 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17
FROM node:19

ENV ARDUINO_CLI_VERSION=0.21.1 \
SENSEBOXCORE_VERSION=2.0.0 \
Expand Down

0 comments on commit eea534b

Please sign in to comment.