Skip to content

Commit

Permalink
support Node.js v16.0.0, v19, v21
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 6, 2024
1 parent d666349 commit 38f5b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
fail-fast: false
matrix:
node:
- 16.0.0
- 16
- 18.0.0
- 18
- 20
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "./index.js",
"engines": {
"node": "^16.20 || ^18 || ^20 || >=22"
"node": "16.x || >= 18.0.0"
},
"files": [
"bip39/*.js",
Expand Down

0 comments on commit 38f5b0a

Please sign in to comment.