This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e6c9387d8 Use LTS version of node for pre-commit checks (#24688)
7e6c9387d8 is described below

commit 7e6c9387d8e9da90cc713913eec92e4c6953e1be
Author: Kevin George <[email protected]>
AuthorDate: Wed Jun 29 13:17:35 2022 -0400

    Use LTS version of node for pre-commit checks (#24688)
---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dfddb91bd3..5f6d3ffb86 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

Reply via email to