From 40d1d3d2289a31b9fc65cc6ead1c368338f7c6cd Mon Sep 17 00:00:00 2001 From: lerte smith Date: Fri, 12 Apr 2024 16:46:21 +0800 Subject: [PATCH] Setup pnpm --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f73f6e..6e09f26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,10 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + - name: Setup pnpm + uses: pnpm/action-setup@v3 + with: + version: 8 - uses: dAppServer/wails-build-action@v2.2 with: build-name: ${{ matrix.build.name }}