Skip to content

chore(deps-dev): bump hardhat from 2.14.1 to 2.17.1 #218

chore(deps-dev): bump hardhat from 2.14.1 to 2.17.1

chore(deps-dev): bump hardhat from 2.14.1 to 2.17.1 #218

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: cp .env.sample .env
- run: npx hardhat clean
- run: npx hardhat compile