1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: ['14', '16', '17', '18'] node-version: ['14', '16', '18', '19']
redis-version: ['5', '6.0', '6.2', '7.0'] redis-version: ['5', '6.0', '6.2', '7.0']
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4