Skip to content

Commit 7f9e4c5

Browse files
committed
.
1 parent 4accaa6 commit 7f9e4c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install modules
18-
run: npm install
18+
run: npm install --legacy-peer-deps
1919
- name: Run jest tests
2020
run: npm run test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@types/jest": "^29.5.14",
3535
"babel-jest": "^29.7.0",
3636
"jest": "^29.7.0",
37-
"react": "^16.14.0",
37+
"react": "16.11.0",
3838
"react-native": "0.62.3",
39-
"react-test-renderer": "^16.11.0",
39+
"react-test-renderer": "16.11.0",
4040
"ts-jest": "^29.2.6",
4141
"ts-node": "^9.1.1",
4242
"typescript": "^4.1.2"

0 commit comments

Comments
 (0)