We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d666349 commit 38f5b0aCopy full SHA for 38f5b0a
.github/workflows/nodejs.yml
@@ -11,7 +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
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"main": "./index.js",
8
"engines": {
9
- "node": "^16.20 || ^18 || ^20 || >=22"
+ "node": "16.x || >= 18.0.0"
10
},
"files": [
"bip39/*.js",
0 commit comments