Skip to content

Commit

Permalink
build: use npm ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Oct 10, 2023
1 parent 9e31962 commit a4ff585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install --force
run: npm ci

- name: Run tests
run: npm run test -- --coverage
Expand All @@ -87,7 +87,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install --force
run: npm ci

- name: Eslint Code Check
run: ./node_modules/.bin/eslint --ext .ts,.tsx ./packages/sui-react/
Expand Down

0 comments on commit a4ff585

Please sign in to comment.