Skip to content

Commit

Permalink
update lint workflow to use npm ci without legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Jan 2, 2025
1 parent 539e5b6 commit d009f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm ci
- name: lint
run: npm run lint

0 comments on commit d009f49

Please sign in to comment.