Skip to content

Commit eeec433

Browse files
committed
ci: remove --legacy-peer-deps
1 parent 055be39 commit eeec433

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/angular.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm ci --legacy-peer-deps
28+
- run: npm ci
2929
- run: npm run build --if-present
3030
- run: npm test

package-lock.json

+15-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)