Set node version in package.json

This commit is contained in:
Nick Alteen
2025-01-09 17:34:01 -05:00
parent c8ae611ebc
commit 8efb6d281d
4 changed files with 5 additions and 9 deletions

View File

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