Skip to content

Commit 768efa5

Browse files
committed
Action Fix
1 parent fc291bd commit 768efa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [10.x, 12.x, 14.x]
15-
redis-version: [4, 5, 6]
14+
node-version: [10.x, 12.x, 14.x]
15+
redis-version: [4, 5, 6]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)