Skip to content

Commit 39ec5f2

Browse files
bump fireblocks-web3-provider to 1.3.18
1 parent 33582f4 commit 39ec5f2

File tree

4 files changed

+325
-91
lines changed

4 files changed

+325
-91
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x, 14.x, 16.x]
16+
node-version: [22.x, 24.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
env:
6-
GIT_TERMINAL_PROMPT: 1
6+
GIT_TERMINAL_PROMPT: 1
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '16.14.2'
16+
node-version: '24.9.0'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
1919
- run: |

0 commit comments

Comments
 (0)