Skip to content

Commit b22aecd

Browse files
try adding legacy peer deps
1 parent 0ee2bd0 commit b22aecd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compressed-diff.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
cache: 'npm'
2424
- name: Install Dependencies
2525
run: |
26-
npm install
27-
cd pro__premium_only && npm install
26+
npm ci --legacy-peer-deps
27+
cd pro__premium_only
28+
npm ci --legacy-peer-deps
2829
- uses: preactjs/compressed-size-action@v2
2930
with:
3031
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)