Skip to content

Commit

Permalink
ci(config): use legacy peer deps in npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ynishimura committed Dec 18, 2024
1 parent 5723b14 commit 90fc2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 18
- run: |
npm install
npm install --legacy-peer-deps
- run: |
npm run lint
- run: |
Expand Down

0 comments on commit 90fc2a6

Please sign in to comment.