You've already forked node-redis
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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user