Skip to content

Commit

Permalink
bump node version on ci (iondrimba#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
iondrimba authored Apr 20, 2019
1 parent 48c3992 commit cd61973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '9'
- '10'
env:
global:
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"react-scripts": "^2.1.8",
"react-test-renderer": "^16.8.6"
},
"engines": {
"node": ">=10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -40,4 +43,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit cd61973

Please sign in to comment.