Skip to content

Commit 6f8926d

Browse files
committed
Fix CI
1 parent c2001f4 commit 6f8926d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- 6379:6379
2525
options: --entrypoint redis-server
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v2
2828

2929
- name: Use Node.js
30-
uses: actions/[email protected]
31-
with:
32-
node-version: ${{ matrix.node-version }}
30+
uses: actions/[email protected]
31+
with:
32+
node-version: ${{ matrix.node-version }}
3333

3434
- name: Install Dependencies
3535
run: |

0 commit comments

Comments
 (0)