Skip to content

Commit

Permalink
Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed Dec 16, 2018
1 parent cf383ba commit 2f3be53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ before_install:
fi

install:
- nvm install 8.14
- nvm install 10
- node --version
- npm --version
- npm install
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ platform:
environment:
global:
TEST_JUNIT_XML_ROOT: c:\projects\junit-test-results
NODE_VERSION: 8
NODE_VERSION: 10

# set clone depth
clone_depth: 5 # clone entire repository history if not defined
Expand Down

0 comments on commit 2f3be53

Please sign in to comment.