Skip to content

Bump hardhat from 2.19.1 to 2.19.5 #605

Bump hardhat from 2.19.1 to 2.19.5

Bump hardhat from 2.19.1 to 2.19.5 #605

Workflow file for this run

name: JavaScript test
on: push
jobs:
run-test:
env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
MAINNET_URL: ${{ secrets.MAINNET_URL }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: yarn typechain
- run: yarn test