Skip to content

Commit 3f1dfc3

Browse files
committedJan 27, 2020
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent 9b3527e commit 3f1dfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"xo": "^0.25.0"
4343
},
4444
"engines": {
45-
"node": ">=10.13"
45+
"node": ">=10.18"
4646
},
4747
"files": [
4848
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.