From d612322217acb85ecadc260e781965d7107c501b Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 9 Dec 2023 09:38:15 +0100 Subject: [PATCH] ci: resolve warning with npm install --dev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7824d9a568..1e180fe3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | {