Skip to content

Commit

Permalink
npm ci --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Oct 12, 2023
1 parent 34507c2 commit ed86dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2

- name: Install modules
run: npm ci --force
run: npm ci --legacy-peer-deps

- name: Run ESLint
run: npm run lint
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2

- name: Install modules
run: npm ci --force
run: npm ci --legacy-peer-deps

- name: Run tests
run: npm test

0 comments on commit ed86dbf

Please sign in to comment.