Skip to content

Commit 96d2885

Browse files
Updated also node in docs and centos install script
1 parent 39c0346 commit 96d2885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

centos_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ until python3 -m pip install --user -r .github/workflows/requirements.txt
2727
do
2828
sleep 1
2929
done
30-
curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -
30+
curl --silent --location https://rpm.nodesource.com/setup_18.x | sudo bash -
3131
until sudo yum -y install nodejs
3232
do
3333
sleep 1

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ wptagent currently supports Windows, Linux and OSX for desktop browsers as well
4747
## For lighthouse testing
4848
* NodeJS
4949
* Ubuntu/Debian:
50-
* ```curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -```
50+
* ```curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -```
5151
* ```sudo apt-get install -y nodejs```
5252
* The lighthouse npm module
5353
* ```sudo npm install -g lighthouse```

0 commit comments

Comments
 (0)