Skip to content

Commit 22f1017

Browse files
authored
chore: remove nodejs from build action (#60)
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]>
1 parent a2fab2d commit 22f1017

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828

2929
- name: make lint
3030
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS=--timeout=1h make lint
31-
32-
- uses: actions/setup-node@v3
33-
with:
34-
node-version: 14
3531

3632
- name: make test
3733
run: make test

0 commit comments

Comments
 (0)