Parcourir la source

feat(): 指定node运行版本

John-Hong il y a 2 ans
Parent
commit
4f4b29ea97
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -57,5 +57,8 @@
   ],
   "resolutions": {
     "@babel/runtime": "~7.17.9"
+  },
+  "volta": {
+    "node": "14.21.2"
   }
 }