Skip to content

Commit

Permalink
🔧 尝试修复 action 报错x3
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Aug 27, 2023
1 parent 140af83 commit c2f862c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c2f862c

Please sign in to comment.