mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
migrate to node 18
This commit is contained in:
@@ -5,7 +5,7 @@ Some fast commands are below. The complete documentation (including other platfo
|
||||
## With apt (e.g., debian)
|
||||
|
||||
```bash
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
|
||||
sudo apt install nodejs
|
||||
```
|
||||
|
||||
@@ -14,12 +14,12 @@ sudo apt install nodejs
|
||||
|
||||
```bash
|
||||
brew update
|
||||
brew install node@14
|
||||
brew install node@18
|
||||
```
|
||||
|
||||
## With yum (e.g., centos)
|
||||
|
||||
```bash
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
|
||||
sudo yum install nodejs
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user