Skip to content

Update dependency web3 to v4 #1217

Update dependency web3 to v4

Update dependency web3 to v4 #1217

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn test:contracts