From 5d1a961c47cac87ddb3be02bc106c1e668f9f3c5 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 29 Jul 2023 12:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20Qodana=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qodana_code_quality.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 4f934a7e..64a8f5fb 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -11,8 +11,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: setup node + uses: actions/setup-node@v3 with: - fetch-depth: 0 + node-version: 16 + - name: setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8.6.7 + - name: Install frontend dependencies + run: pnpm install --frozen-lockfile - name: "Qodana Scan" uses: JetBrains/qodana-action@v2022.3.4 env: