We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c1865a + 38f5b0a commit da12cf7Copy full SHA for da12cf7
.github/workflows/nodejs.yml
@@ -11,6 +11,9 @@ jobs:
11
fail-fast: false
12
matrix:
13
node:
14
+ - 16.0.0
15
+ - 16
16
+ - 18.0.0
17
- 18
18
- 20
19
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
package.json
@@ -5,6 +5,9 @@
5
"repository": "https://github.com/ethereum/js-ethereum-cryptography",
6
"license": "MIT",
7
"main": "./index.js",
8
+ "engines": {
9
+ "node": "16.x || >= 18.0.0"
10
+ },
"files": [
"bip39/*.js",
"bip39/*.d.ts",
0 commit comments