Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468790240
########## .pre-commit-config.yaml: ########## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review Comment: Maybe better to use LTS version here? E.g. current LTS is 20.x and it reach [EOL](https://endoflife.date/nodejs) in 2 years, previous 18.x reach EOL in the about 1 year, and 21.x reach EOL in the next 4 months. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
