diff --git a/.travis.yml b/.travis.yml index 6cc0e36..53ea364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ os: - windows language: node_js node_js: - - '6' - '8' - - '10' - '12' + - '14' + - '16' before_script: - export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1) - 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi' diff --git a/README.md b/README.md index 65b61c4..21dcdd4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +### Deprecated since they have rebuild their cloud --- lastChanged: 2019.03.27 diff --git a/appveyor.yml b/appveyor.yml index 041df88..76b457f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,9 @@ version: 'test-{build}' environment: matrix: - - nodejs_version: '6' - - nodejs_version: '8' - - nodejs_version: '10' - nodejs_version: '12' + - nodejs_version: '14' + - nodejs_version: '16' platform: - x86 - x64