Skip to content

Commit

Permalink
chore(dependencies): nvm version 12, travis bumps for package engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Seena Rowhani committed May 22, 2020
1 parent 786cfbc commit 9fbd556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.12.0
v12
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:
- '12'
- '10'
- '8'
cache:
directories:
- node_modules
Expand All @@ -24,4 +24,4 @@ deploy:
local-dir: dist
on:
branch: master
condition: $TRAVIS_NODE_VERSION = "10"
condition: $TRAVIS_NODE_VERSION = "12"

0 comments on commit 9fbd556

Please sign in to comment.