Przeglądaj źródła

chore: Relax node version constraint for CI

Michael Bromley 1 rok temu
rodzic
commit
8b936a2ce6
1 zmienionych plików z 1 dodań i 1 usunięć
  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",