Skip to content

Commit ff8d7ba

Browse files
committed
ci: fix syntax
1 parent 2e65b19 commit ff8d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: npm install
2222
- name: Install React ${{matrix.react-version}}
2323
if: matrix.react-version != '17.x'
24-
run: npm install -D react@${{matrix.react-version}} react-test-renderer ${{matrix.react-version}}
24+
run: npm install -D react@${{matrix.react-version}} react-test-renderer@${{matrix.react-version}}
2525
- name: Run tests
2626
run: npm test

0 commit comments

Comments
 (0)