diff --git a/.travis.yml b/.travis.yml index b7a4d94..5c60437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,11 @@ os: - linux - osx - windows - language: node_js node_js: - - '10' - '12' - + - '14' + - '16' env: - CXX=g++-6 addons: @@ -21,4 +20,4 @@ before_script: - 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi' - npm -v - npm install winston@3.2.1 - - npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production + - 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production' 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