Skip to content

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.13.5 #18

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.13.5

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.13.5 #18

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn install
- name: Test
run: yarn test