Skip to content

Commit

Permalink
use npm ci in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 18, 2024
1 parent 2b3a897 commit 0427c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Test Docs
working-directory: docs
run: |
npm install
npm ci
npm run test
test-results:
Expand Down

0 comments on commit 0427c9e

Please sign in to comment.