1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-17 19:41:06 +03:00

run tests with node 16.x & redis 6.x only (for now)

This commit is contained in:
leibale
2021-05-12 19:35:07 -04:00
parent 5996e81e47
commit 0defda30c1

View File

@@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 15.x]
redis-version: [4.x, 5.x, 6.x]
node-version: [16.x]
redis-version: [6.x]
steps:
- uses: actions/checkout@v2.3.4