From 9a3128f7b7270d3a6f2eff7b76263ed34b438c3d Mon Sep 17 00:00:00 2001 From: iteye Date: Wed, 22 May 2024 18:53:26 +0800 Subject: [PATCH] fix actions "not found hardhat" --- .github/workflows/ut.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 2bc629f..02f0ef0 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -15,6 +15,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18.x' - + + - name: Install dependencies + run: npm install + - name: Test run: npm run test