Skip to content

Commit

Permalink
nodeのバージョンを直してあげたよ! #4104 (#4105)
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 Apr 15, 2024
1 parent 2e94b2e commit 740efe5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.0.4"
},
"engines": {
"node": "^16.19.0 || ^21.7.1",
"node": "^16.19.0 || ^21.7.3",
"npm": "^8.19.2 || ^10.5.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 @@ -21,7 +21,7 @@
"textlint-rule-terminology": "4.0.1"
},
"engines": {
"node": "^16.19.0 || ^21.7.1",
"node": "^16.19.0 || ^21.7.3",
"npm": "^8.19.2 || ^10.5.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": "2.15.1"
},
"engines": {
"node": "^16.19.0 || ^21.7.1",
"node": "^16.19.0 || ^21.7.3",
"npm": "^8.19.2 || ^10.5.0"
}
}

0 comments on commit 740efe5

Please sign in to comment.