Skip to content

Commit 8c6a856

Browse files
authored
ci: use legacy peer dependencies for smoke test (#1110)
1 parent 9be403c commit 8c6a856

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
with:
1515
node-version: 16
1616
- run: |
17-
npm install
17+
npm install --legacy-peer-deps
1818
npm run build
1919
npm link
2020
npm link eslint-plugin-jest

0 commit comments

Comments
 (0)