Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 in /hardhat #188

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 in /hardhat

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 in /hardhat #188

Workflow file for this run

name: Hardhat - Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [20.x, 21.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: hardhat
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: hardhat/package-lock.json
- run: npm install
- run: npx hardhat clean
- run: npx hardhat compile