Skip to content

Commit

Permalink
use overrides option
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Oct 12, 2023
1 parent ed86dbf commit 0cc1fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2

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

- 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 --legacy-peer-deps
run: npm ci

- name: Run tests
run: npm test

0 comments on commit 0cc1fd4

Please sign in to comment.