Skip to content

Commit

Permalink
chore: remove nodejs from build action (#60)
Browse files Browse the repository at this point in the history
as we do the PR title validation in a dedicated action, we can get rid
of this orphaned nodejs setup step during build

Signed-off-by: Mario Constanti <[email protected]>
  • Loading branch information
bavarianbidi committed Jan 9, 2024
1 parent a2fab2d commit 22f1017
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:

- name: make lint
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS=--timeout=1h make lint

- uses: actions/setup-node@v3
with:
node-version: 14

- name: make test
run: make test

0 comments on commit 22f1017

Please sign in to comment.