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.
This commit is contained in:
Dunedan 2025-05-26 17:18:58 +02:00
parent 782bab293b
commit d111d4cc84
No known key found for this signature in database
GPG key ID: 885B16854284E0B2

View file

@ -60,6 +60,7 @@ repos:
rev: v0.43.0 rev: v0.43.0
hooks: hooks:
- id: markdownlint - id: markdownlint
language_version: 22.14.0
exclude: | exclude: |
(?x)( (?x)(
^.gitea/ISSUE_TEMPLATE/| ^.gitea/ISSUE_TEMPLATE/|