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

potiuk 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 7bff7a5741 Upgrade base node version in pre-commit (#37050)
7bff7a5741 is described below

commit 7bff7a5741942bba7eaf01898be0094bf01768c8
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Jan 28 17:19:56 2024 +0100

    Upgrade base node version in pre-commit (#37050)
    
    The base node version in pre-commit was very old 18.6.0. Bumping it
    to latest released node version
---
 .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 b44dea782f..100c8da645 100644
--- a/.pre-commit-config.yaml
+++ b/.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
 minimum_pre_commit_version: '3.2.0'
 repos:
   - repo: meta

Reply via email to