Merge pull request #6501 from jbampton/patch-2

Update pre-commit Node.js version to `v22.14.0 LTS`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-03-29 14:09:15 +09:00
committed by GitHub
+2 -1
View File
@@ -4,7 +4,8 @@ default_stages: [pre-commit, pre-push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
node: 22.2.0
# force all unspecified Node hooks to run Node.js v22.14.0 LTS
node: 22.14.0
minimum_pre_commit_version: "3.2.0"
repos:
- repo: meta