Skip to content

Commit 08dc329

Browse files
committed
Fix smoke test
1 parent f5a6cd7 commit 08dc329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
npm install --legacy-peer-deps
1616
npm link
17-
npm link eslint-plugin-unicorn
17+
npm link eslint-plugin-unicorn --legacy-peer-deps
1818
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
1919
with:
2020
issue-title: "Results of weekly scheduled smoke test"

0 commit comments

Comments
 (0)