Skip to content

Commit

Permalink
chore: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Nov 16, 2023
1 parent 57b379a commit 375ed32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
cache: "npm"

- name: Install dependencies
# Cannot use npm install due to arch incompatibility https://github.com/npm/cli/issues/4828
run: npm install
run: npm ci

- name: lint
run: npm run lint
Expand Down

0 comments on commit 375ed32

Please sign in to comment.