Skip to content

Commit

Permalink
ci: bump node version to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Jul 16, 2020
1 parent 8799444 commit 91292b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "13.5.0"
- "14.2.0"

cache: npm

Expand All @@ -11,7 +11,7 @@ os:

env:
matrix:
- NODE_VERSION="13"
- NODE_VERSION="14.2.0"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 91292b6

Please sign in to comment.