From fae39d0146eccefbf1e6d07e5199fc255990ed8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 13 Mar 2023 17:13:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(actions):=E6=9B=B4=E6=94=B9Actions=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e270b5..5ca3305 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - uses: pnpm/action-setup@v2 with: - version: 7.19.1 + version: lastest-7 - name: install frontend dependencies run: pnpm install # change this to npm or pnpm depending on which one you use - uses: tauri-apps/tauri-action@v0