forked from jasder/antlr
try fix travis
This commit is contained in:
parent
8ae36fd0d4
commit
f71a1fd205
|
@ -5,4 +5,6 @@ set -euo pipefail
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||||
sudo apt-get install -qq nodejs
|
sudo apt-get install -qq nodejs
|
||||||
|
npm install -g n
|
||||||
|
n 14
|
||||||
node --version
|
node --version
|
||||||
|
|
Loading…
Reference in New Issue