Update CI to use Node 8

This commit is contained in:
John Kleinschmidt 2018-03-19 10:19:32 -04:00
parent f993888424
commit ed1c84445c
6 changed files with 10 additions and 14 deletions

View file

@ -46,7 +46,7 @@ RUN apt-get update && apt-get install -y\
xvfb
# Install node.js
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get update && apt-get install -y nodejs
# Install crcmod