Skip to content

Commit

Permalink
nodeのバージョンを直してあげたよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
1 parent a96a61f commit 9a8f944
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": "4.15.1"
},
"engines": {
"node": "^16.19.0 || ^21.4.0",
"node": "^16.19.0 || ^21.5.0",
"npm": "^8.19.2 || ^10.2.4"
}
}
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.4.0",
"node": "^16.19.0 || ^21.5.0",
"npm": "^8.19.2 || ^10.2.4"
}
}
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.4.0",
"node": "^16.19.0 || ^21.5.0",
"npm": "^8.19.2 || ^10.2.4"
}
}

0 comments on commit 9a8f944

Please sign in to comment.