From 6b085c200c784c6af3875d37f7c4857ca189f858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 30 Jan 2024 12:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E7=A7=BB=E9=99=A4lockfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ .github/workflows/qodana_code_quality.yml | 2 ++ pnpm-lock.yaml | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5f81b41..0f3fb72c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,8 @@ jobs: uses: pnpm/action-setup@v2 with: version: 8.14.1 + - name: remove lockfile + run: rm -f pnpm-lock.yaml - name: Install frontend dependencies run: pnpm install diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index efea2c5b..bef49e99 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -19,6 +19,8 @@ jobs: uses: pnpm/action-setup@v2 with: version: 8.14.1 + - name: remove lockfile + run: rm -f pnpm-lock.yaml - name: Install dependencies run: pnpm install --frozen-lockfile - name: "Qodana Scan" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a90e574e..83f27ab9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,7 @@ dependencies: version: 3.4.1(vue@3.4.15) tauri-plugin-log-api: specifier: github:tauri-apps/tauri-plugin-log#v1 - version: git/github.com+tauri-apps/tauri-plugin-log/19f5dcc0425e9127d2c591780e5047b83e77a7c2 + version: git@github.com+tauri-apps/tauri-plugin-log/19f5dcc0425e9127d2c591780e5047b83e77a7c2 tauri-plugin-sql-api: specifier: github:tauri-apps/tauri-plugin-sql#v1 version: github.com/tauri-apps/tauri-plugin-sql/cf80d013a6ea34ee3ca74e4968a1632e87ba0de2 @@ -5042,8 +5042,8 @@ packages: tslib: 2.3.0 dev: false - git/github.com+tauri-apps/tauri-plugin-log/19f5dcc0425e9127d2c591780e5047b83e77a7c2: - resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/19f5dcc0425e9127d2c591780e5047b83e77a7c2} + git@github.com+tauri-apps/tauri-plugin-log/19f5dcc0425e9127d2c591780e5047b83e77a7c2: + resolution: {commit: 19f5dcc0425e9127d2c591780e5047b83e77a7c2, repo: git@github.com:tauri-apps/tauri-plugin-log.git, type: git} name: tauri-plugin-log-api version: 0.0.0 dependencies: