Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed May 13, 2020
1 parent 8308d02 commit 4f5bbd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 4f5bbd3

Please sign in to comment.