Skip to content

chore(deps): bump web3-utils from 1.8.1 to 4.2.1 #387

chore(deps): bump web3-utils from 1.8.1 to 4.2.1

chore(deps): bump web3-utils from 1.8.1 to 4.2.1 #387

Workflow file for this run

name: ci
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn
- run: npm run ganache &
- run: yarn test
- run: yarn lint