Skip to content

Commit

Permalink
Chore: fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Feb 11, 2022
1 parent dda0113 commit 6b2acc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/action-redis/dist/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/npt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ jobs:
matrix:
include:
- os: macos-latest
node: [ 14 ]
redis: "1"
redis_user: 'default'
- os: windows-latest
node: [ 14 ]
redis: "2"
redis_user: ''
- os: ubuntu-latest
node: [ 14, 16 ]
redis: "3"
redis_user: 'default'
node: [ 14, 16 ]
needs: build
steps:
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 6b2acc2

Please sign in to comment.