Skip to content

Commit

Permalink
test with node 19 instead of 17 (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Oct 31, 2022
1 parent 5a25078 commit 59256f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit 59256f8

Please sign in to comment.