diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bcb89ea708eba..4b9573fc17e69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,7 @@ default_stages: [commit, push] default_language_version: # force all unspecified python hooks to run python3 python: python3 + node: 16.15.1 minimum_pre_commit_version: "2.0.0" repos: - repo: meta