Skip to content

Commit 8140f0f

Browse files
committed
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent 3034d88 commit 8140f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"xo": "^0.25.0"
5050
},
5151
"engines": {
52-
"node": ">=10.13"
52+
"node": ">=10.18"
5353
},
5454
"files": [
5555
"lib",

0 commit comments

Comments
 (0)