Skip to content

Commit

Permalink
chore(deps): update node.js to v23.3.0 (#4659)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v23.3.0

* nodeのバージョンを直してあげたよ! #4659 (#4660)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Nov 22, 2024
1 parent 94dd9cd commit 04c4c1d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.2.0
23.3.0
2 changes: 1 addition & 1 deletion frontend/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.2.0
23.3.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.2.0-bullseye-slim@sha256:f2f1e232f5736ea4b3d7a1f3fede9ad5c11f4546dbf63175576e5a9753db03c7 AS base
FROM node:23.3.0-bullseye-slim@sha256:26127e770e05b5f702b52402c3a3e875aeb66aa59d7dda29ebc50f8ce6c92576 AS base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack-dev-server": "5.1.0"
},
"engines": {
"node": "^20.17.0 || ^23.2.0",
"node": "^20.17.0 || ^23.3.0",
"npm": "^9.6.5 || ^10.9.0"
}
}
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tsx": "4.19.2"
},
"engines": {
"node": "^20.17.0 || ^23.2.0",
"node": "^20.17.0 || ^23.3.0",
"npm": "^9.6.5 || ^10.9.0"
}
}
2 changes: 1 addition & 1 deletion test/e2e/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.2.0
23.3.0
2 changes: 1 addition & 1 deletion test/e2e/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 test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-cypress": "4.1.0"
},
"engines": {
"node": "^20.17.0 || ^23.2.0",
"node": "^20.17.0 || ^23.3.0",
"npm": "^9.6.5 || ^10.9.0"
}
}

0 comments on commit 04c4c1d

Please sign in to comment.