1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

fix #2619 #2618 #2617 #2616 - support for node >= 14

This commit is contained in:
Leibale
2023-09-22 07:00:26 -04:00
parent 7706a5e86d
commit 38e9a40d1a
4 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
"node": ">=14"
},
"repository": {
"type": "git",