소스 검색

Merge branch 'dev/4.5.x' into fix/hide-forgot-password-when-localstrategy-is-disabled-45x

Yuki Takei 4 년 전
부모
커밋
1dc3ea6121
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -87,7 +87,7 @@
     "yargs": "^17.3.1"
   },
   "engines": {
-    "node": "^12 || ^16",
+    "node": "^12 || ^14 || ^16",
     "npm": ">=6.11.3 <7",
     "yarn": ">=1.19.1 <2"
   }