Skip to content

Commit

Permalink
ci: fix react 16 and 17 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Nov 21, 2022
1 parent 176ae94 commit 1664f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Install React v${{ matrix.react-version }}
- name: Install React ${{ matrix.react-version }}
run: |
npm install --D \
react@${{ matrix.react-version }} \
react-test-renderer@${{ matrix.react-version }}
react-test-renderer@${{ matrix.react-version }} \
@testing-library/react@12
- name: Test
run: npm test
Expand Down

0 comments on commit 1664f68

Please sign in to comment.