From 89d93faa2bcd366133f66206f73973949399de7e Mon Sep 17 00:00:00 2001 From: Henri Rosten Date: Wed, 28 Aug 2024 11:23:31 +0300 Subject: [PATCH] Pin npm-groovy-lint to v14.6.0 Signed-off-by: Henri Rosten --- .github/workflows/format-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-checks.yml b/.github/workflows/format-checks.yml index 187dc76..306d95a 100644 --- a/.github/workflows/format-checks.yml +++ b/.github/workflows/format-checks.yml @@ -25,6 +25,6 @@ jobs: with: node-version: '20.13.1' - name: Install npm-groovy-lint - run: npm install -g npm-groovy-lint + run: npm install -g npm-groovy-lint@14.6.0 - name: Fail if there are any errors run: npm-groovy-lint --failon error . \ No newline at end of file