chore(angular): test app support for angular 15 (#26313)

This commit is contained in:
Sean Perkins
2022-11-21 13:51:13 -05:00
committed by GitHub
parent 0932f89f5d
commit 124e1b505f
3 changed files with 2166 additions and 2575 deletions

View File

@@ -29,7 +29,7 @@ runs:
shell: bash
working-directory: ./angular/test
- name: Install Dependencies
run: npm install --legacy-peer-deps
run: npm install
shell: bash
working-directory: ./angular/test/build/${{ inputs.app }}
- name: Sync Built Changes