Skip to content

Commit

Permalink
Changing back to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleect committed Sep 15, 2023
1 parent 648e76b commit 257f2df
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 @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm install
run: npm ci

- name: Verify
run: npm run verify
Expand Down

0 comments on commit 257f2df

Please sign in to comment.