From 87db9a6eafdb5c3714aaace1db121c158c9bfe1e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 12 Jun 2024 12:40:04 +0200 Subject: [PATCH] Another fix for the bug --- .github/workflows/golangci-lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2799294f8..86632019d 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -17,8 +17,7 @@ jobs: with: go-version: 1.22 - uses: actions/checkout@v3 - - uses: bahmutov/npm-install@v1 - - run: npm t + - run: mkdir node_modules - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: