Skip to content

Commit 278afbb

Browse files
committed
Support nodejs v14
1 parent 89a0887 commit 278afbb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"main": "./index.js",
88
"engines": {
9-
"node": "16.x || >= 18.0.0"
9+
"node": "^14.21.3 || >=16"
1010
},
1111
"files": [
1212
"bip39/*.js",

0 commit comments

Comments
 (0)