fix: bump nodejs test version to support classes

This commit is contained in:
Camilo Roca 2020-02-03 20:31:57 +01:00
parent aeebc0bb0b
commit 18f5f3cd27
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_0.12 | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -qq nodejs
node --version