Skip to content

Commit b40738c

Browse files
committed
Bump deps. Update nodejs ci
1 parent dd3aded commit b40738c

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

.github/workflows/nodejs.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,21 @@ jobs:
2020
- 18.0.0
2121
- 18
2222
- 20
23-
# TODO: change to `22` once they fix https://github.com/nodejs/node/issues/54573
24-
- 22.6
23+
- 22
2524
os:
2625
- ubuntu-latest
2726
- macOS-latest
2827
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30-
- name: Use Node.js ${{ matrix.node }}
31-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
32-
with:
33-
node-version: ${{ matrix.node }}
34-
registry-url: 'https://registry.npmjs.org'
35-
cache: 'npm'
36-
- run: npm install -g npm@9.x
37-
- run: npm ci
38-
- run: npm run build --if-present
39-
- run: npm test
40-
- run: npm run browser-tests
41-
- run: npm run lint --if-present
28+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29+
- name: Use Node.js ${{ matrix.node }}
30+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
31+
with:
32+
node-version: ${{ matrix.node }}
33+
registry-url: "https://registry.npmjs.org"
34+
cache: "npm"
35+
- run: npm install -g npm@9.x
36+
- run: npm ci
37+
- run: npm run build --if-present
38+
- run: npm test
39+
- run: npm run browser-tests
40+
- run: npm run lint --if-present

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@noble/curves": "1.8.1",
2424
"@noble/hashes": "1.7.1",
2525
"@scure/bip32": "1.6.2",
26-
"@scure/bip39": "1.5.3"
26+
"@scure/bip39": "1.5.4"
2727
},
2828
"exports": {
2929
".": {

test/package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)