Skip to content

Commit

Permalink
ci: use npm ci to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjburton committed Sep 17, 2023
1 parent 4bfb1df commit 56c0e22
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 @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm
run: npm ci
- name: Check Linting
run: npm run lint:check
- name: Check Coding Style
Expand Down

0 comments on commit 56c0e22

Please sign in to comment.