Skip to content

Commit

Permalink
Updating supported node versions (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov authored Jul 24, 2019
1 parent 0026b6d commit f80eb9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ env:
language: node_js

node_js:
- 6
- 8
- 10
- 12

cache: yarn

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "tests"
},
"engines": {
"node": ">= 6"
"node": ">= 8"
},
"scripts": {
"build": "rm -rf dist && rollup -c rollup.config.js",
Expand Down Expand Up @@ -82,5 +82,9 @@
"eslint",
"git add"
]
},
"volta": {
"node": "10.16.0",
"yarn": "1.17.3"
}
}
}

0 comments on commit f80eb9b

Please sign in to comment.