Skip to content

Commit 22b29c4

Browse files
committed
feat: upgrade minimum node support version to 8 LTS
BREAKING CHANGE: node version minimum require carbon LTS Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent 56d86ee commit 22b29c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"**/request": "^2.88.0"
138138
},
139139
"engines": {
140-
"node": ">=6.x"
140+
"node": ">=8.0.0"
141141
},
142142
"bugs": "https://github.com/hackmdio/codimd/issues",
143143
"keywords": [

0 commit comments

Comments
 (0)