#!/bin/sh

# force update to node >= 8.6
sudo apt-get update
sudo apt-get install -y nodejs
