diff --git a/.travis.yml b/.travis.yml index 73be578..68cbb6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "13.5.0" + - "14.2.0" cache: npm @@ -11,7 +11,7 @@ os: env: matrix: - - NODE_VERSION="13" + - NODE_VERSION="14.2.0" matrix: fast_finish: true diff --git a/appveyor.yml b/appveyor.yml index f5ac4c9..cda15e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ matrix: install: # Build - - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 13.5.0) $env:platform + - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 14.2.0) $env:platform - npm install test_script: