Skip to content

build(deps): bump web3 from 1.10.0 to 4.6.0 #90

build(deps): bump web3 from 1.10.0 to 4.6.0

build(deps): bump web3 from 1.10.0 to 4.6.0 #90

Workflow file for this run

name: TypeScript Error Reporter
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "${{ env.NODE_VERSION }}"
- name: Install Dependencies
run: npm ci
- name: Run TypeScript Error Reporter
uses: andoshin11/[email protected]