Skip to content

Commit

Permalink
fix react version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed May 22, 2024
1 parent f5fcb0d commit e95292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
with:
node-version: 18.x
- run: |
npm i react@18.3.2 react-dom@18.3.1 react-test-renderer@18.3.1 @types/react@18.3.2 @types/react-dom@18.0.5 @testing-library/react@15.0.7
npm i react@18.3.1 react-dom@18.3.1 react-test-renderer@18.3.1 @types/react@18.3.2 @types/react-dom@18.0.5 @testing-library/react@15.0.7
- run: npm i
- run: tsc
- run: npm test
Expand Down

0 comments on commit e95292a

Please sign in to comment.