You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/28 16:05:17 UTC

[GitHub] [airflow] kevgeo commented on a diff in pull request #24688: Use older version of node for pre-commit checks

kevgeo commented on code in PR #24688:
URL: https://github.com/apache/airflow/pull/24688#discussion_r908664642


##########
.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.14.2

Review Comment:
   @o-nikolas You're right, even version 17 works fine. I agree @jedcunningham, @potiuk it makes more sense to use the latest version for v16.* . It is v18.* that causes the problem. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org