Skip to content

Commit

Permalink
Build(deps): bump node from 23.2.0 to 23.4.0 (#1673)
Browse files Browse the repository at this point in the history
* Build(deps): bump node from 23.2.0 to 23.4.0

Bumps node from 23.2.0 to 23.4.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: sync .nvmrc with Dockerfile node version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Dec 17, 2024
1 parent ce56dec commit 8ae3bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.2.0
23.4.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
########################################################################################################################
########################################################################################################################

FROM node:23.2.0 AS updated-local
FROM node:23.4.0 AS updated-local

ENV TZ=Europe/Amsterdam
ENV CI=true
Expand Down

0 comments on commit 8ae3bfc

Please sign in to comment.