Skip to content

Commit 6fe47fd

Browse files
committed
ci: insteall with legacy deps on lint workflow
1 parent 6c50fab commit 6fe47fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: 'npm'
1717

1818
- name: Install Redocly CLI
19-
run: npm install
19+
run: npm install --legacy-peer-deps
2020

2121
- name: Lint OpenAPI specification
2222
run: npm run lint

0 commit comments

Comments
 (0)