Skip to content

Commit 3d190a2

Browse files
committed
chore: Drop support for Node.js v8
BREAKING CHANGE: Node.js version 10 or later is required (dropped support for v6 and v8)
1 parent 054f96f commit 3d190a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@
5555
"tsx",
5656
"js"
5757
]
58+
},
59+
"engines": {
60+
"node": ">=10.0"
5861
}
5962
}

0 commit comments

Comments
 (0)