diff --git a/.travis.yml b/.travis.yml index 48145e3..366ff95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ os: language: node_js node_js: - '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/appveyor.yml b/appveyor.yml index e464e78..76b457f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ version: 'test-{build}' environment: matrix: - - nodejs_version: '8' - - nodejs_version: '10' - nodejs_version: '12' + - nodejs_version: '14' + - nodejs_version: '16' platform: - x86 - x64