1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-19 07:02: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" "which": "^2.0.2"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=12"
}, },
"repository": { "repository": {
"type": "git", "type": "git",