瀏覽代碼

chore: Relax node version constraint for CI

Michael Bromley 1 年之前
父節點
當前提交
8b936a2ce6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.0.0",
   "private": true,
   "engines": {
-    "node": ">= 20"
+    "node": ">= 18"
   },
   "scripts": {
     "watch": "lerna run watch --parallel",