Skip to content

Commit da12cf7

Browse files
authored
Merge pull request #130 from legobeat/v23-engines
[v3]: Indicate supported Node.js versions; test on Node.js v16
2 parents 3c1865a + 38f5b0a commit da12cf7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/nodejs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
node:
14+
- 16.0.0
15+
- 16
16+
- 18.0.0
1417
- 18
1518
- 20
1619
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"repository": "https://github.com/ethereum/js-ethereum-cryptography",
66
"license": "MIT",
77
"main": "./index.js",
8+
"engines": {
9+
"node": "16.x || >= 18.0.0"
10+
},
811
"files": [
912
"bip39/*.js",
1013
"bip39/*.d.ts",

0 commit comments

Comments
 (0)