From 5bd4525161593f347245bc5144a47f3eeb2f39bc Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 5 Sep 2023 18:47:22 +0300 Subject: [PATCH] Pull request 1994: try-fix-workflow Squashed commit of the following: commit 5def2019df7432a86cec1dfe9dd1008faea7a67e Merge: ab8ddec77 42291cd54 Author: Ainar Garipov Date: Tue Sep 5 18:40:26 2023 +0300 Merge branch 'master' into try-fix-workflow commit ab8ddec7705764cf0ee249da2e6b93b0a0bd0993 Author: Ainar Garipov Date: Tue Sep 5 14:36:59 2023 +0300 .github: try fixing lint flow --- .github/workflows/lint.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36464788..773f0494 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,8 +2,6 @@ 'env': 'GO_VERSION': '1.20.7' - # TODO(a.garipov, ik): Update to the latest ESR. - 'NODE_VERSION': '14' 'on': 'push': @@ -30,10 +28,6 @@ 'runs-on': 'ubuntu-latest' 'steps': - 'uses': 'actions/checkout@v2' - - 'name': 'Set up Node' - 'uses': 'actions/setup-node@v1' - 'with': - 'node-version': '${{ env.NODE_VERSION }}' - 'name': 'Install modules' 'run': 'npm --prefix="./client" ci' - 'name': 'Run ESLint'