Skip to content

Commit d2885c9

Browse files
NMinhNguyenMinh Nguyen
and
Minh Nguyen
authored
fix: support Node >=10 (#480)
Closes #479 Co-authored-by: Minh Nguyen <[email protected]>
1 parent d2d42ce commit d2885c9

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 <[email protected]> (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)