From d111d4cc84b5a29cee588da602b712e32cfaf358 Mon Sep 17 00:00:00 2001 From: Dunedan Date: Mon, 26 May 2025 17:18:58 +0200 Subject: [PATCH] Specify the NodeJS version for markdownlint Running the markdownlint pre-commit hook as Gitea Action fails for markdownlint >=0.38.0, as the NodeJS version available in the Act Runner Docker image so too old for that. To solve this, this commit specifies a newer NodeJS version to use. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4220133e4b..3dd4802b38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,6 +60,7 @@ repos: rev: v0.43.0 hooks: - id: markdownlint + language_version: 22.14.0 exclude: | (?x)( ^.gitea/ISSUE_TEMPLATE/|