Update node.js to 8.11.2

pull/10965/head
Aaron Ogle 8 years ago committed by GitHub
parent 8546ea7e47
commit c22d561f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .snapcraft/snapcraft.yaml

@ -39,7 +39,7 @@ apps:
parts:
node:
plugin: dump
prepare: wget https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz; tar xvf node-v8.9.4-linux-x64.tar.xz --strip 1;
prepare: wget https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz; tar xvf node-v8.11.2-linux-x64.tar.xz --strip 1;
build-packages:
# For fibers
- python

Loading…
Cancel
Save