Skip to content

Commit

Permalink
Downgrade @types/react in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Dec 4, 2023
1 parent 189a36a commit 9873d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: |
npm i -D react@17 react-dom@17 @testing-library/react@12
npm i -D react@17 react-dom@17 @types/react@17 @testing-library/react@12
npm run build
call_run_tests-react-16:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: |
npm i -D react@16.14 react-dom@16.14 @testing-library/react@12
npm i -D react@16.14 react-dom@16.14 @types/react@16.14 @testing-library/react@12
npm run build

0 comments on commit 9873d3d

Please sign in to comment.