Skip to content

Commit

Permalink
ci: use node 11.6, istanbuljs/nyc#973
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Jan 23, 2019
1 parent 8ecc395 commit 20ef26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- "8"
- "9"
- "10"
- "11"
- "11.6"
os:
- linux
- osx
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ strategy:
node_10_x:
node_version: 10.x
node_11_x:
node_version: 11.x
node_version: 11.6

steps:
- task: NodeTool@0
Expand Down

0 comments on commit 20ef26a

Please sign in to comment.