ci: run CI with Node.js v24 (LTS) (#1822)

This commit is contained in:
Shyam Chen
2025-10-30 20:27:41 +08:00
committed by GitHub
parent 6cdc5ca0e4
commit da230312cd
3 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"check": "tsc"
},
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
"@types/node": "^24.9.2",
"typescript": "^5.9.3"
}
}