Skip to content

Commit 16d022f

Browse files
author
Minh Nguyen
committed
fix: support Node >=10
1 parent 98e5bb3 commit 16d022f

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
@@ -3,7 +3,7 @@ cache: npm
33
notifications:
44
email: false
55
node_js:
6-
- 10.18
6+
- 10.0.0
77
- 12
88
- node
99
install: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
2121
"license": "MIT",
2222
"engines": {
23-
"node": ">=10.18"
23+
"node": ">=10"
2424
},
2525
"scripts": {
2626
"build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean",

0 commit comments

Comments
 (0)