Skip to content

Commit 89b7f21

Browse files
committed
[INTERNAL] Update min Node.js version to >=8.5
To allow usage of fs.copyFile() API
1 parent 2b02eed commit 89b7f21

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
@@ -14,7 +14,7 @@
1414
],
1515
"main": "index.js",
1616
"engines": {
17-
"node": ">= 8.3",
17+
"node": ">= 8.5",
1818
"npm": ">= 5"
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)