Skip to content

Commit

Permalink
🐛: Install peer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
noobiept committed Jun 30, 2024
1 parent 5b260ff commit 9ce90dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '20.x'

- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run format:check
- run: npm run lint
- run: npm run build

0 comments on commit 9ce90dc

Please sign in to comment.