We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0932f89 commit 124e1b5Copy full SHA for 124e1b5
.github/workflows/actions/test-angular-e2e/action.yml
@@ -29,7 +29,7 @@ runs:
29
shell: bash
30
working-directory: ./angular/test
31
- name: Install Dependencies
32
- run: npm install --legacy-peer-deps
+ run: npm install
33
34
working-directory: ./angular/test/build/${{ inputs.app }}
35
- name: Sync Built Changes
0 commit comments