Skip to content

Commit abb5a68

Browse files
committed
fix: npm install --legacy-peer-deps
1 parent 618458d commit abb5a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '16'
1717
- name: Run ci
1818
run: |
19-
npm install
19+
npm install --legacy-peer-deps
2020
npm run ci
2121
2222
- name: Upload blob report to GitHub Actions Artifacts

0 commit comments

Comments
 (0)