Skip to content

Commit 1372806

Browse files
myakuraCopilot
andcommitted
enginesのNode.jsバージョン要件をv24に更新
CodeGridの動作環境がNode.js v24(LTS)のため、>=22.12.0から>=24.0.0に変更する。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bbfc6ad commit 1372806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cgmd": "bin/cgmd.js"
1515
},
1616
"engines": {
17-
"node": ">=22.12.0"
17+
"node": ">=24.0.0"
1818
},
1919
"dependencies": {
2020
"cheerio": "^1.2.0",

0 commit comments

Comments
 (0)