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

test with node 19 instead of 17 (#2316)

This commit is contained in:
Leibale Eidelman
2022-10-31 09:46:46 -04:00
committed by GitHub
parent 5a25078831
commit 59256f8f19

View File

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