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 2b6f8ffc69 Upgrade node version used to compile assets (#39824)
2b6f8ffc69 is described below
commit 2b6f8ffc69b5f34a1c4ab7463418b91becc61957
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri May 24 23:18:14 2024 +0200
Upgrade node version used to compile assets (#39824)
---
.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 b9a94887a7..0b06abeaf8 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: 21.6.1
+ node: 22.2.0
minimum_pre_commit_version: '3.2.0'
repos:
- repo: meta