Skip to content

Commit d71edf7

Browse files
committedOct 9, 2024
R2-3052: Lint step breaks in Github actions
1 parent 24d8f88 commit d71edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
cache-dependency-path: '**/package-lock.json'
8989
- name: Run client linter
9090
run: |
91-
npm ci
91+
npm config set legacy-peer-deps true && npm ci
9292
npm run lint

0 commit comments

Comments
 (0)
Please sign in to comment.