From d1a9b238cd45da69637ac317801a4ca0f6b9fc43 Mon Sep 17 00:00:00 2001 From: Geoff Wilson Date: Thu, 6 Jul 2023 14:43:18 -0400 Subject: [PATCH] Remove node build from workflow --- .github/workflows/goreleaser.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 91533e35b..534ba0569 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,9 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Node build - run: docker run -v ${{ github.workspace }}:/app -w "/app" node:16 make node-build - - name: Set up Go uses: actions/setup-go@v3