This is an automated email from the ASF dual-hosted git repository. weilee pushed a commit to branch upgrade-pre-commit-hook in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f615b37d0f52fb8cf5a8f7382a1d580f45fa78c8 Author: Wei Lee <[email protected]> AuthorDate: Fri Aug 1 14:20:25 2025 +0800 build(pre-commit): upgrade node version to 22.18.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ca0bb0007b..06c0e39e2e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ default_stages: [pre-commit, pre-push] default_language_version: python: python3 - node: 22.17.1 + node: 22.18.0 golang: 1.24.0 minimum_pre_commit_version: '3.2.0' exclude: ^.*/.*_vendor/
