Skip to content

Commit a9d599c

Browse files
committed
perf: update actions
1 parent b1f7f7b commit a9d599c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
version: ${{ steps.get_version.outputs.TAG }}
4444
tag: ${{ steps.get_version.outputs.TAG }}
4545

46-
- uses: actions/setup-node@v4
47-
with:
48-
node-version: ${{ matrix.node_version }}
49-
5046
- uses: actions/setup-go@v5
5147
with:
5248
go-version: ${{ matrix.go_version }}
@@ -55,7 +51,7 @@ jobs:
5551
- name: Make Build
5652
id: make_build
5753
run: |
58-
make all -s && ls build
54+
make all && ls build
5955
env:
6056
VERSION: ${{ steps.get_version.outputs.TAG }}
6157

0 commit comments

Comments
 (0)