diff --git a/build/.vsts-ci.yml b/build/.vsts-ci.yml index 2cc8da96..2af5b8d3 100644 --- a/build/.vsts-ci.yml +++ b/build/.vsts-ci.yml @@ -16,7 +16,7 @@ jobs: python-software-properties \ build-essential \ pkg-config - sudo curl -sL https://deb.nodesource.com/setup_6.x | bash - + sudo curl -sL https://deb.nodesource.com/setup_16.x | bash - sudo apt-get install -y nodejs displayName: 'setup' - script: |