Skip to content

Commit

Permalink
legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lopez committed Aug 16, 2024
1 parent 37bf4c7 commit 8753c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/angular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint

build:
Expand All @@ -47,7 +47,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run test:prod

storybook:
Expand All @@ -67,5 +67,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build-storybook

0 comments on commit 8753c03

Please sign in to comment.