Update CI to use Node 8
This commit is contained in:
parent
f993888424
commit
ed1c84445c
6 changed files with 10 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue