From a9d599c1f3d88f89a239ab1524cab213bed18a6b Mon Sep 17 00:00:00 2001 From: Eric <xplzv@126.com> Date: Fri, 24 Jan 2025 15:20:51 +0800 Subject: [PATCH] perf: update actions --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5aca63..155cefe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,10 +43,6 @@ jobs: version: ${{ steps.get_version.outputs.TAG }} tag: ${{ steps.get_version.outputs.TAG }} - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node_version }} - - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go_version }} @@ -55,7 +51,7 @@ jobs: - name: Make Build id: make_build run: | - make all -s && ls build + make all && ls build env: VERSION: ${{ steps.get_version.outputs.TAG }}