From a5da78916469138339e2b957fcf0a9b70df0de4f Mon Sep 17 00:00:00 2001 From: Takagi Tasuku Date: Thu, 13 Jun 2024 11:59:28 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=AE=E3=82=A2?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=A7pnpm=E3=82=92?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ed7016..b01f492 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,10 +28,12 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 - name: setup node uses: actions/setup-node@v4 with: node-version: lts/* + cache: pnpm - name: install Rust stable uses: dtolnay/rust-toolchain@stable @@ -48,7 +50,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: pnpm install # change this to npm, pnpm or bun depending on which one you use. + run: pnpm install - uses: tauri-apps/tauri-action@v0 env: