mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
fix: naming
This commit is contained in:
parent
0e6d653e8d
commit
251ca587c3
4
.github/workflows/hardhat.js.yml
vendored
4
.github/workflows/hardhat.js.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
${{ runner.os }}-
|
||||
|
||||
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
|
||||
name: List the state of node modules
|
||||
name: 📚 List the state of node modules
|
||||
continue-on-error: true
|
||||
run: npm list
|
||||
|
||||
@ -108,7 +108,7 @@ jobs:
|
||||
${{ runner.os }}-
|
||||
|
||||
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
|
||||
name: List the state of node modules
|
||||
name: 📚 List the state of node modules
|
||||
continue-on-error: true
|
||||
run: npm list
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user