Skip to content

Commit f157d41

Browse files
committed
fix(deps): set min node version to v10
BREAKING CHANGE: Min node version set to v10
1 parent 7072f7b commit f157d41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache:
33
directories:
44
- ~/.npm
55
node_js:
6-
- "10"
6+
- "12"
77
notifications:
88
email: false
99
stages:
@@ -22,8 +22,8 @@ jobs:
2222
script: commitlint-travis
2323
- stage: test
2424
node_js:
25+
- "12"
2526
- "10"
26-
- "8"
2727
script: npm t
2828
- stage: deploy
2929
script: npx semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "echo 'no test'"
1010
},
1111
"engines": {
12-
"node": ">=8.3"
12+
"node": ">=10"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)