Merge pull request #586 from toshimaru/main

Require node v24 in `package.json`
This commit is contained in:
Nick Alteen
2026-02-18 16:04:48 -05:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@
".": "./dist/index.js" ".": "./dist/index.js"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=24"
}, },
"scripts": { "scripts": {
"bundle": "npm run format:write && npm run package", "bundle": "npm run format:write && npm run package",