Skip to content

Commit

Permalink
fix actions "not found hardhat"
Browse files Browse the repository at this point in the history
  • Loading branch information
iteyelmp committed May 22, 2024
1 parent 417f14b commit 9a3128f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a3128f

Please sign in to comment.