From c350877a0249e617010f5d0c6809b5cdfb58e6b1 Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 1 Mar 2021 21:33:08 -0800 Subject: [PATCH] Set language_version to latest in .pre-commit-hooks.yaml to avoid using outdated/unsupported on-box Node versions (fixes #157). --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0099e2225..578dc5ba6 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,6 @@ description: "Checks the style of Markdown/Commonmark files." entry: markdownlint language: node + language_version: latest types: [markdown] minimum_pre_commit_version: 0.15.0