Skip to content

Commit

Permalink
github-actions: added --legacy-peer-deps in test-npm (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored Oct 12, 2023
1 parent 76771a7 commit 13b1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/test-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
${{ runner.os }}-node-
- shell: bash
run: npm ci
run: npm ci --legacy-peer-deps

- shell: bash
run: npm run ${{ inputs.task }}

0 comments on commit 13b1ddf

Please sign in to comment.