forked from jasder/antlr
use node 14.12
This commit is contained in:
parent
c709cfc388
commit
6df2ec7c3b
|
@ -3,6 +3,6 @@
|
|||
set -euo pipefail
|
||||
|
||||
sudo apt-get update -qq
|
||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||
curl -sL https://deb.nodesource.com/setup_14.12 | sudo -E bash -
|
||||
sudo apt-get install -qq nodejs
|
||||
node --version
|
||||
|
|
Loading…
Reference in New Issue