Skip to content

Commit 2ab5e58

Browse files
authored
Merge pull request #669 from ayu2606/patch-1
Update panel.md
2 parents bb8717f + c0e9400 commit 2ab5e58

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_22.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_22.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)