Skip to content

Bump hardhat from 2.17.4 to 2.18.0 #263

Bump hardhat from 2.17.4 to 2.18.0

Bump hardhat from 2.17.4 to 2.18.0 #263

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn compile
- run: sleep 10
- run: yarn test