Skip to content

Commit f5a6cd7

Browse files
committed
Fix smoke test
1 parent 4f1400a commit f5a6cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
- run: |
15-
npm install
15+
npm install --legacy-peer-deps
1616
npm link
1717
npm link eslint-plugin-unicorn
1818
- uses: AriPerkkio/eslint-remote-tester-run-action@v4

0 commit comments

Comments
 (0)