Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Bump @nomicfoundation/hardhat-network-helpers from 1.0.6 to 1.0.8 #82

Bump @nomicfoundation/hardhat-network-helpers from 1.0.6 to 1.0.8

Bump @nomicfoundation/hardhat-network-helpers from 1.0.6 to 1.0.8 #82

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
node: ["16", "18"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn compile
- run: yarn test