chore: update to Node.js LTS

This commit is contained in:
Yang Jun
2026-07-07 22:17:20 +08:00
parent a8a09d5a6d
commit 662533ae2c
15 changed files with 26 additions and 46 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
},
"types": "dist/index.d.ts",
"engines": {
"node": ">=16"
"node": ">=20"
},
"scripts": {
"lint": "eslint \"**/*.mjs\" \"**/*.ts\" .",