Skip to content

Commit

Permalink
ci: use legacy peer dependencies for smoke test (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed May 14, 2022
1 parent 9be403c commit 8c6a856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 16
- run: |
npm install
npm install --legacy-peer-deps
npm run build
npm link
npm link eslint-plugin-jest
Expand Down

0 comments on commit 8c6a856

Please sign in to comment.