diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 92c1743d..5b17d616 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,6 +38,10 @@ jobs: uses: golangci/golangci-lint-action@v4 with: version: v1.54 + - uses: actions/setup-node@v3 + with: + node-version-file: ".nvmrc" + cache: "npm" - name: Install npm deps run: npm install - uses: actions/checkout@v3 @@ -46,7 +50,6 @@ jobs: - name: Static linting run: make lint-static docker-push: - needs: [lint] runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3