Skip to content

Commit

Permalink
ci: remove --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Feb 12, 2024
1 parent 055be39 commit b085180
Show file tree
Hide file tree
Showing 3 changed files with 2,024 additions and 4,297 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit b085180

Please sign in to comment.