浏览代码

Declare Node 12 as the floor.

The engines field said node >= 4 since 2018. This package runs on
Amber, which has required an ES2020 engine - Node 12 or newer - since
0.30.0 and states so from 0.31.0; nothing older can load it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Herby Vojčík 3 天之前
父节点
当前提交
d2a1aeda13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -22,7 +22,7 @@
     }
   ],
   "engines": {
-    "node": ">=4.0.0"
+    "node": ">=12.0.0"
   },
   "scripts": {
     "reset": "npm run clean && npm run init",