Skip to content

Commit

Permalink
downgraded jest and changed tests to run on nodejs 12,14,16 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dougg0k committed Oct 22, 2022
1 parent 394499e commit 1d25d9b
Show file tree
Hide file tree
Showing 3 changed files with 7,334 additions and 3,801 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['10', '12', '13']
node_version: ['12', '14', '16']
redis_version: ['4', '5']
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 1d25d9b

Please sign in to comment.