mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🔧 尝试修复 action 报错x3
This commit is contained in:
6
.github/workflows/qodana_code_quality.yml
vendored
6
.github/workflows/qodana_code_quality.yml
vendored
@@ -8,7 +8,9 @@ on:
|
||||
|
||||
jobs:
|
||||
qodana:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: setup node
|
||||
@@ -20,7 +22,7 @@ jobs:
|
||||
with:
|
||||
version: 8.6.7
|
||||
- name: Install frontend dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: "Qodana Scan"
|
||||
uses: JetBrains/qodana-action@v2022.3.4
|
||||
env:
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"js-md5": "^0.7.3",
|
||||
"pinia": "^2.1.6",
|
||||
"pinia-plugin-persistedstate": "^3.2.0",
|
||||
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql",
|
||||
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
||||
"vue": "^3.3.4",
|
||||
"vue-json-viewer": "^3.0.4",
|
||||
"vue-router": "^4.2.4",
|
||||
|
||||
Reference in New Issue
Block a user