Skip to content

fix(deps): update module github.com/ethereum/go-ethereum to v1.14.6 #137

fix(deps): update module github.com/ethereum/go-ethereum to v1.14.6

fix(deps): update module github.com/ethereum/go-ethereum to v1.14.6 #137

Workflow file for this run

name: CI
on:
- push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
- name: install deps
run: pnpm i --frozen-lockfile
- name: test
run: pnpm test