chore: update to Node.js LTS

This commit is contained in:
Yang Jun
2026-01-11 18:20:46 +08:00
parent ac0a7c5837
commit b9d02811a9
16 changed files with 447 additions and 155 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
},
"types": "dist/index.d.ts",
"engines": {
"node": ">=16"
"node": ">=20"
},
"scripts": {
"lint": "eslint \"**/*.mjs\" \"**/*.ts\" .",