We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4accaa6 commit 7f9e4c5Copy full SHA for 7f9e4c5
.github/workflows/unit-tests-workflow.yml
@@ -15,6 +15,6 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Install modules
18
- run: npm install
+ run: npm install --legacy-peer-deps
19
- name: Run jest tests
20
run: npm run test
package.json
@@ -34,9 +34,9 @@
34
"@types/jest": "^29.5.14",
35
"babel-jest": "^29.7.0",
36
"jest": "^29.7.0",
37
- "react": "^16.14.0",
+ "react": "16.11.0",
38
"react-native": "0.62.3",
39
- "react-test-renderer": "^16.11.0",
+ "react-test-renderer": "16.11.0",
40
"ts-jest": "^29.2.6",
41
"ts-node": "^9.1.1",
42
"typescript": "^4.1.2"
0 commit comments