Skip to content

Commit 5b5c2da

Browse files
committed
chore: try again with legacy peer deps now that only eslint-config is failing
1 parent 4bb26c6 commit 5b5c2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: ${{ matrix.node }}
1616
- name: Install dependencies
1717
uses: bahmutov/npm-install@v1
18+
with:
19+
install-command: npm ci --legacy-peer-deps
1820
- run: npm run test:ci
1921
env:
2022
REACTJS_VERSION: ${{ matrix.react }}

0 commit comments

Comments
 (0)