We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1400a commit f5a6cd7Copy full SHA for f5a6cd7
.github/workflows/smoke-test.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
- run: |
15
- npm install
+ npm install --legacy-peer-deps
16
npm link
17
npm link eslint-plugin-unicorn
18
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
0 commit comments