try fix travis

This commit is contained in:
Eric Vergnaud 2020-10-03 23:41:29 +08:00
parent fd89fccfa6
commit 90e78a9cb5
1 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,5 @@
set -euo pipefail
sudo apt-get update -qq
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -qq nodejs
sudo npm install -g n
n 14
sudo n 14
node --version