Upgrade to node 24

This commit is contained in:
Salman Muin Kayser Chishti
2025-08-01 12:06:11 +01:00
parent 7a1ec05faa
commit 7fd5ff06ab
4 changed files with 5 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
"node": ">=24.0.0"
},
"scripts": {
"bundle": "npm run format:write && npm run package",