Skip to content

Commit

Permalink
chore: npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 committed Sep 28, 2023
1 parent 72d00c8 commit f168b0b
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 @@ -29,7 +29,7 @@ jobs:
- name: Install Dependencies
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
run: npm ci
run: npm i

- name: Check Lint
run: npm run lint
Expand Down

0 comments on commit f168b0b

Please sign in to comment.