Set node version in package.json

This commit is contained in:
Nick Alteen
2025-01-09 17:23:41 -05:00
parent 1bab47cf53
commit 0162b739ab
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -29,7 +29,7 @@
"rollup": "^4.27.1" "rollup": "^4.27.1"
}, },
"engines": { "engines": {
"node": ">=21" "node": ">=20"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*" "@rollup/rollup-linux-x64-gnu": "*"

View File

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