chore: bump node to 24

This commit is contained in:
Flori Ava Star Weber 2026-03-27 17:37:11 +01:00
parent 87baf41dad
commit ed5d7597a8
No known key found for this signature in database
GPG key ID: F1B6A964729EC7C6
4 changed files with 17 additions and 7 deletions

View file

@ -33,7 +33,7 @@
"https-proxy-agent": "^7.0.2"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^24.11.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vercel/ncc": "^0.38.0",
@ -46,5 +46,8 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=24"
}
}