use node 14.12

This commit is contained in:
Eric Vergnaud 2020-10-03 17:19:24 +08:00
parent c709cfc388
commit 6df2ec7c3b
1 changed files with 1 additions and 1 deletions

View File

@ -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