Skip to content

Commit

Permalink
chore: npm ci => npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 18, 2024
1 parent 602f39b commit cee4966
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 @@ -38,6 +38,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
run: npm install
- name: Run tests
run: npm test

0 comments on commit cee4966

Please sign in to comment.