Skip to content

Commit

Permalink
chore: npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Nov 17, 2023
1 parent 5d938d8 commit 4009c98
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 @@ -26,9 +26,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
- name: npm ci
run: |
npm install
npm ci
- name: npm lint
run: |
npm run lint

0 comments on commit 4009c98

Please sign in to comment.