Skip to content

Commit

Permalink
ci: use npm ci in unit-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Jul 21, 2023
1 parent ce201f6 commit 8df38ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cache: 'npm'

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

- name: Svelte Kit Sync
run: npx svelte-kit sync
Expand Down

0 comments on commit 8df38ce

Please sign in to comment.