From 14de6442349266b4eb9c7f08546c5c7fb53e3c6f Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 29 Mar 2025 07:32:47 +1000 Subject: [PATCH] Update pre-commit Node.js version to `v22.14.0 LTS` --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16f692574..cceb62c0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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