Skip to content

Commit

Permalink
nodeのバージョンを直してあげたよ! (#4693)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 11, 2024
1 parent 293e8b7 commit f2a03d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack-dev-server": "5.2.0"
},
"engines": {
"node": "^20.17.0 || ^23.3.0",
"npm": "^9.6.5 || ^10.9.0"
"node": "^20.17.0 || ^23.4.0",
"npm": "^9.6.5 || ^10.9.2"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.3.0",
"npm": "^9.6.5 || ^10.9.0"
"node": "^20.17.0 || ^23.4.0",
"npm": "^9.6.5 || ^10.9.2"
}
}
4 changes: 2 additions & 2 deletions test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.3.0",
"npm": "^9.6.5 || ^10.9.0"
"node": "^20.17.0 || ^23.4.0",
"npm": "^9.6.5 || ^10.9.2"
}
}

0 comments on commit f2a03d9

Please sign in to comment.