Skip to content

Commit c4d96e8

Browse files
committed
jest test and its config added
1 parent 544dc66 commit c4d96e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Step 3: Install Dependencies
2222
- name: Install Dependencies
2323
run: |
24-
npm install
24+
npm install --legacy-peer-deps
2525
2626
# Step 4: Build App
2727
- name: Build App

0 commit comments

Comments
 (0)