chore(angular-server): fix peer dependencies (#26638)

This commit is contained in:
Liam DeBeasi
2023-01-19 11:53:30 -05:00
committed by GitHub
parent abcfe9fe86
commit acc8d911ad
3 changed files with 814 additions and 509 deletions

View File

@@ -8,7 +8,7 @@ runs:
node-version: 16.x
- name: Install Angular Server Dependencies
run: npm install --legacy-peer-deps
run: npm ci
shell: bash
working-directory: ./packages/angular-server
- name: Build