We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278afbb + 16c64b2 commit 91d5339Copy full SHA for 91d5339
.github/workflows/nodejs.yml
@@ -30,6 +30,7 @@ jobs:
30
node-version: ${{ matrix.node }}
31
registry-url: 'https://registry.npmjs.org'
32
cache: 'npm'
33
+ - run: npm install -g [email protected]
34
- run: npm ci
35
- run: npm run build --if-present
36
- run: npm test
package.json
@@ -6,7 +6,8 @@
6
"license": "MIT",
7
"main": "./index.js",
8
"engines": {
9
- "node": "^14.21.3 || >=16"
+ "node": "^14.21.3 || >=16",
10
+ "npm": ">=9"
11
},
12
"files": [
13
"bip39/*.js",
0 commit comments