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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2952d8d807 Update Node.js version in Contribute.md (#1262)
2952d8d807 is described below
commit 2952d8d807cea756d50bf4c00bdb0d0f8cf84fb8
Author: Yeonguk Choo <[email protected]>
AuthorDate: Tue Oct 28 02:40:56 2025 +0900
Update Node.js version in Contribute.md (#1262)
---
CONTRIBUTE.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 63621f759e..71a6ef568e 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -66,7 +66,7 @@ The following applications must be installed to use the
project:
* git
* docker (for the shell language linter)
-* Node 16
+* Node 22
* Yarn
* Hugo
@@ -94,11 +94,11 @@ git config --global user.email '<[email protected]>'
git config --global user.name '<you name>'
```
-To install Node 16, first install the [Node version
manager](https://github.com/nvm-sh/nvm), `nvm`. Then, install Node 16 with
these commands:
+To install Node 22, first install the [Node version
manager](https://github.com/nvm-sh/nvm), `nvm`. Then, install Node 22 with
these commands:
```bash
-nvm install 16
-nvm use 16
+nvm install 22
+nvm use 22
```
To install yarn, run the following command:
@@ -123,12 +123,11 @@ Then, install [Homebrew](https://brew.sh). Once that has
completed, you can inst
brew install hugo
```
-To install Node 16, first install the [Node version
manager](https://github.com/nvm-sh/nvm), `nvm`. Then, install Node 16 with
these commands:
+To install Node 22, first install the [Node version
manager](https://github.com/nvm-sh/nvm), `nvm`. Then, install Node 22 with
these commands:
```bash
-nvm install 16
-nvm use 16
-```
+nvm install 22
+nvm use 22
To install Yarn, run the following command:
```bash