Skip to content

Commit

Permalink
ci: remove legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent 1af7697 commit 96f4895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "20.5.1"
cache: "npm"
- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm ci
- name: Lint
run: npm run lint
- name: Test project
Expand Down

0 comments on commit 96f4895

Please sign in to comment.