Skip to content

Commit 91d5339

Browse files
authored
Merge pull request #132 from legobeat/v23-npm-version
[v3] npm version 9
2 parents 278afbb + 16c64b2 commit 91d5339

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
node-version: ${{ matrix.node }}
3131
registry-url: 'https://registry.npmjs.org'
3232
cache: 'npm'
33+
- run: npm install -g [email protected]
3334
- run: npm ci
3435
- run: npm run build --if-present
3536
- run: npm test

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"main": "./index.js",
88
"engines": {
9-
"node": "^14.21.3 || >=16"
9+
"node": "^14.21.3 || >=16",
10+
"npm": ">=9"
1011
},
1112
"files": [
1213
"bip39/*.js",

0 commit comments

Comments
 (0)