Skip to content

Update dependency @nomicfoundation/hardhat-chai-matchers to v2 #56

Update dependency @nomicfoundation/hardhat-chai-matchers to v2

Update dependency @nomicfoundation/hardhat-chai-matchers to v2 #56

name: Continuous Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test