Skip to content

Commit e237232

Browse files
authored
Update panel.md
change node version to 20 as 16 is decrepted
1 parent d50e31d commit e237232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community/customization/panel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager.
1717

1818
```bash
1919
# Ubuntu/Debian
20-
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
20+
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
2121
sudo apt install -y nodejs
2222

2323
# CentOS
24-
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
24+
curl -sL https://rpm.nodesource.com/setup_20.x | sudo -E bash -
2525
sudo yum install -y nodejs yarn # CentOS 7
2626
sudo dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8
2727
```

0 commit comments

Comments
 (0)