Skip to content

Commit

Permalink
ci: resolve warning with npm install --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 9, 2023
1 parent 1553c12 commit d612322
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 @@ -218,7 +218,7 @@ jobs:
with:
node-version: 18
cache: npm
- run: npm install --dev
- run: npm install --include=dev
- name: Write info to step summary
run: |
{
Expand Down

0 comments on commit d612322

Please sign in to comment.