Skip to content

Commit 38f5b0a

Browse files
committed
support Node.js v16.0.0, v19, v21
1 parent d666349 commit 38f5b0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nodejs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
node:
14+
- 16.0.0
1415
- 16
16+
- 18.0.0
1517
- 18
1618
- 20
1719
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved

package.json

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

0 commit comments

Comments
 (0)