mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-15 11:34:45 +00:00
chore: update to node 24
This commit is contained in:
parent
f29500c9d6
commit
4826f55b05
4 changed files with 16 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue