From bdb2c895b0c1ed248a268ef30fbe58f1a82de5ca Mon Sep 17 00:00:00 2001 From: John Turner <7strbass@gmail.com> Date: Mon, 3 Apr 2023 14:33:39 -0400 Subject: [PATCH] --Have pre-commit use node version compatible with Ubuntu 18.04 (#2058) * --use system node install if present * --change to hook-specific node version specification * --change to nearest official release version --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88e67406fa..b0ef44ce27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -136,6 +136,7 @@ repos: hooks: - id: eslint args: [--fix, --ext .html,.js] + language_version: 14.21.3 additional_dependencies: - eslint@6.4.0 - eslint-config-prettier@6.3.0