Node.js 24 support (#16723)

* Revert "テストが動かないためnodejs 24サポートを取り消し"

This reverts commit a892bbcce5.

* fix jest.js

* ファイルの添付方法を変更

---------

Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
This commit is contained in:
syuilo
2025-10-30 21:47:04 +09:00
committed by GitHub
parent a892bbcce5
commit a888f2863b
7 changed files with 13 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^22.15.0"
"node": "^22.15.0 || ^24.10.0"
},
"scripts": {
"start": "node ./built/boot/entry.js",