Browse Source

chore: specify node version

Tienson Qin 5 months ago
parent
commit
5feaf27c38
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

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