Skip to content

Commit

Permalink
Prefer npm ci instead of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 12, 2024
1 parent f6dfad1 commit 6f6240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm ci
- run: |
npm run all
test: # make sure the action works on a clean machine without building
Expand Down

0 comments on commit 6f6240e

Please sign in to comment.