Skip to content

Commit

Permalink
remove node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Sep 18, 2023
1 parent 4976231 commit 26b9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['18', '19']
node-version: ['18', '20']
redis-version: ['5', '6.0', '6.2', '7.0']
steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 26b9e6d

Please sign in to comment.