Browse Source

chore: specify node version

Tienson Qin 5 tháng trước cách đây
mục cha
commit
5feaf27c38
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -3,6 +3,9 @@
     "version": "0.0.1",
     "private": true,
     "main": "static/electron.js",
+    "engines" : {
+      "node" : ">=22.15.0"
+    },
     "devDependencies": {
         "@axe-core/playwright": "=4.4.4",
         "@capacitor/cli": "7.2.0",