Skip to content

Commit

Permalink
Update test-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhannigan authored Jul 27, 2024
1 parent 3dd95f2 commit c54da92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm ci #npm ci is best practice over npm i
run: npm install #npm ci is best practice over npm i
- name: Run tests
run: npm test
run: npm test

0 comments on commit c54da92

Please sign in to comment.