1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

remove node 19

This commit is contained in:
Leibale
2023-09-18 17:31:28 -04:00
parent 4976231f24
commit 26b9e6dc78

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['18', '19']
node-version: ['18', '20']
redis-version: ['5', '6.0', '6.2', '7.0']
steps:
- uses: actions/checkout@v2.3.4