Skip to content

chore(deps): bump codecov/codecov-action from 4.5.0 to 5.0.0 #367

chore(deps): bump codecov/codecov-action from 4.5.0 to 5.0.0

chore(deps): bump codecov/codecov-action from 4.5.0 to 5.0.0 #367

Workflow file for this run

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