From d658c9ba47e5dfbcebe2b6b62868307d6c50aa17 Mon Sep 17 00:00:00 2001 From: Songkeys Date: Thu, 4 Jul 2024 09:29:22 +0800 Subject: [PATCH] fix: building --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ce6bb351..d7406fba3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,12 +28,6 @@ jobs: restore-keys: | ${{ runner.os }}- - - name: Setup pnpm - uses: pnpm/action-setup@v3.0.0 - with: - version: latest - run_install: true - - name: Use Node.js 22.x uses: actions/setup-node@v4.0.2 with: @@ -47,8 +41,6 @@ jobs: # (No need to define this secret in the repo settings) github_token: ${{ secrets.GITHUB_TOKEN }} - skip_install: true - # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }}