Explorar el Código

add support for node v14

utsushiiro hace 5 años
padre
commit
7aedbe932f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/growi-plugin-pukiwiki-like-linker/package.json

+ 1 - 1
packages/growi-plugin-pukiwiki-like-linker/package.json

@@ -39,7 +39,7 @@
     "prettier-stylelint": "^0.4.2"
     "prettier-stylelint": "^0.4.2"
   },
   },
   "engines": {
   "engines": {
-    "node": ">=8.11.1 <13",
+    "node": ">=8.11.1 <15",
     "npm": ">=5.6.0 <7",
     "npm": ">=5.6.0 <7",
     "yarn": ">=1.5.1 <2"
     "yarn": ">=1.5.1 <2"
   }
   }