Browse Source

loosen restriction on node engine version

Olivier Massot 1 năm trước cách đây
mục cha
commit
ef4d778645
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "private": true,
   "version": "2.5.0",
   "engines" : {
-    "node" : "18.19.0"
+    "node" : "18.19"
   },
   "scripts": {
     "postinstall": "node ./env/setupEnv.mjs",