🚀 v0.7.4

This commit is contained in:
BTMuli
2025-05-06 13:55:54 +08:00
parent ac46adf5cf
commit c31cf7aa82
7 changed files with 18 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 10.7.0
version: 10.10.0
- name: Install frontend dependencies
run: pnpm install

View File

@@ -16,7 +16,7 @@ jobs:
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 10.7.0
version: 10.10.0
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: "Qodana Scan"