Skip to content

Commit

Permalink
Merge pull request #130 from legobeat/v23-engines
Browse files Browse the repository at this point in the history
[v3]: Indicate supported Node.js versions; test on Node.js v16
  • Loading branch information
paulmillr authored Sep 9, 2024
2 parents 3c1865a + 38f5b0a commit da12cf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"repository": "https://github.com/ethereum/js-ethereum-cryptography",
"license": "MIT",
"main": "./index.js",
"engines": {
"node": "16.x || >= 18.0.0"
},
"files": [
"bip39/*.js",
"bip39/*.d.ts",
Expand Down

0 comments on commit da12cf7

Please sign in to comment.