Set node version in package.json

This commit is contained in:
Nick Alteen
2025-01-09 17:25:05 -05:00
parent 465d5bf6b1
commit eed282b703
5 changed files with 85 additions and 106 deletions

View File

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