Skip to content

Commit

Permalink
problem: ethereum-js requires node >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 24, 2024
1 parent 67149af commit 0030710
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"
always-auth: true

- name: Configure NPM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"
always-auth: true

- name: Configure NPM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"
- run: yarn install
- run: yarn workspace @emeraldpay/emerald-vault-core run build:ts
- name: Test
Expand Down

0 comments on commit 0030710

Please sign in to comment.