From 8961bba53d968a7343062587aed752cd20c3daab Mon Sep 17 00:00:00 2001 From: Antoine C Date: Sat, 19 Oct 2024 21:12:12 +0100 Subject: [PATCH] chore: pin Node.JS pre-commit hooks to use LTS --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39f2b52fcd7..a7c718a7742 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,6 +114,7 @@ repos: rev: v0.13.0 hooks: - id: markdownlint-cli2 + language_version: lts - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.29.1 hooks: