Skip to content

Commit 39364de

Browse files
authored
chore: add engines.node >= 14 (#87)
1 parent dc70e79 commit 39364de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "git",
1010
"url": "https://github.com/electron/node-minidump.git"
1111
},
12+
"engines": {
13+
"node": ">=14"
14+
},
1215
"bugs": {
1316
"url": "https://github.com/electron/node-minidump/issues"
1417
},

0 commit comments

Comments
 (0)