Upgrade to node 24

This commit is contained in:
amyu
2025-09-04 01:40:21 +09:00
parent 0a4f8b4fc8
commit beb45655ae
7 changed files with 11 additions and 5 deletions

View File

@@ -45,6 +45,9 @@
"prettier": "3.6.2",
"ts-jest": "29.4.1",
"typescript": "5.9.2"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@actions/artifact": {