Skip to content

Bump web3-utils from 4.0.7 to 4.2.0 #89

Bump web3-utils from 4.0.7 to 4.2.0

Bump web3-utils from 4.0.7 to 4.2.0 #89

name: Unit Testing and SonarCloud
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-and-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test