Skip to content

Commit

Permalink
test on node 12 on azure and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 24, 2019
1 parent 178b91d commit 618b27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines-steps.yml
Expand Up @@ -9,8 +9,8 @@ steps:
# Ensure Node.js 10 is active
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Use Node.js 10'
versionSpec: '12.x'
displayName: 'Use Node.js 12'

# Ensure Python 2.7 is active
- task: UsePythonVersion@0
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '10'
- 'lts/*'

branches:
only:
Expand Down

0 comments on commit 618b27a

Please sign in to comment.