Skip to content

Commit

Permalink
Try using npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Oct 27, 2023
1 parent 7985eb0 commit fb5fba8
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 @@ -17,7 +17,7 @@ jobs:
cache: 'npm'
cache-dependency-path: 'package.json'
- name: Install npm dependencies
run: npm ci
run: npm install
- name: Run lint
run: npm run lint
- name: Run tests
Expand Down

0 comments on commit fb5fba8

Please sign in to comment.