1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-17 19:41:06 +03:00

change node mimimum version to 12 (latest LTS)

This commit is contained in:
leibale
2021-07-08 17:52:29 -04:00
parent 4056abb598
commit 62d393a840

View File

@@ -47,7 +47,7 @@
"which": "^2.0.2"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"repository": {
"type": "git",