Skip to content

Commit

Permalink
chore: remove --legacy-peer-deps flag from gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed May 21, 2024
1 parent 1a4a333 commit b02ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
Expand Down

0 comments on commit b02ac4d

Please sign in to comment.