Skip to content

Commit 124e1b5

Browse files
authored
chore(angular): test app support for angular 15 (#26313)
1 parent 0932f89 commit 124e1b5

File tree

3 files changed

+2167
-2576
lines changed

3 files changed

+2167
-2576
lines changed

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
working-directory: ./angular/test
3131
- name: Install Dependencies
32-
run: npm install --legacy-peer-deps
32+
run: npm install
3333
shell: bash
3434
working-directory: ./angular/test/build/${{ inputs.app }}
3535
- name: Sync Built Changes

0 commit comments

Comments
 (0)