Skip to content

Commit f1bdeaf

Browse files
author
M Haidar Hanif
committed
Change node_js engine version
So it can run on Travis CI
1 parent 26eec4a commit f1bdeaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '10'
3+
- '>=8'
44
before_script:
55
- yarn
66
- yarn migrate:test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"engines": {
6-
"node": "10.0.0"
6+
"node": ">=8.0.0"
77
},
88
"scripts": {
99
"install": "npm run setup && npm run migrate",

0 commit comments

Comments
 (0)