try fix travis

This commit is contained in:
Eric Vergnaud 2020-10-03 20:34:13 +08:00
parent 8ae36fd0d4
commit f71a1fd205
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ 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
npm install -g n
n 14
node --version