diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 7286607209..04104b0abc 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -14,7 +14,7 @@ jobs: - run: | npm install --legacy-peer-deps npm link - npm link eslint-plugin-unicorn + npm link eslint-plugin-unicorn --legacy-peer-deps - uses: AriPerkkio/eslint-remote-tester-run-action@v4 with: issue-title: "Results of weekly scheduled smoke test"