chore: update to node 24

This commit is contained in:
Brian Krische 2026-03-11 10:37:23 -05:00
parent f29500c9d6
commit 4826f55b05
No known key found for this signature in database
GPG key ID: C44AFEA62A102043
4 changed files with 16 additions and 22 deletions

View file

@ -11,7 +11,7 @@
"lib/**/*.d.ts"
],
"engines": {
"node": ">=18"
"node": ">=24"
},
"scripts": {
"prepublishOnly": "npm run build",
@ -46,7 +46,7 @@
"commander": "^14.0.2"
},
"devDependencies": {
"@types/node": "^22.19.7",
"@types/node": "^24.1.0",
"@vercel/ncc": "^0.38.4",
"jest": "^30.2.0",
"js-yaml": "^4.1.1",