Skip to content

chore(deps): update dependency web3 to v4 #14162

chore(deps): update dependency web3 to v4

chore(deps): update dependency web3 to v4 #14162

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: yarn
- name: lint
run: yarn lint
- name: build
run: yarn build