Skip to content

Commit d009f49

Browse files
committed
update lint workflow to use npm ci without legacy-peer-deps
1 parent 539e5b6 commit d009f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
node-version: ${{ env.NODE_VERSION }}
1717
cache: npm
18-
- run: npm ci --legacy-peer-deps
18+
- run: npm ci
1919
- name: lint
2020
run: npm run lint

0 commit comments

Comments
 (0)