Skip to content

Commit

Permalink
ci: use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jul 20, 2024
1 parent 65a87f7 commit 39b9632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm install
- name: Run tests
run: npm run test

0 comments on commit 39b9632

Please sign in to comment.