From c2b187589dbfe2c01f6d1772cfd8a234d57c8959 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Mon, 21 Oct 2024 16:07:27 -0700 Subject: [PATCH] Pin Node 20.18.0 to work around https://github.com/ekalinin/nodeenv/issues/371 --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3961d55..491400d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,6 @@ description: "JSON stable sort and format" entry: json-sort language: node + language_version: 20.18.0 types: [json] minimum_pre_commit_version: 0.15.0