From 76a22175827fc1a12bdb941e4a59190bc899f539 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Thu, 16 Feb 2023 08:00:01 +0100 Subject: [PATCH] use npm ci in qodana instead --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 902d08f..28424ca 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,3 +1,3 @@ version: '1.0' linter: jetbrains/qodana-js:2022.3-eap -bootstrap: npm install +bootstrap: npm ci