Skip to content

Commit

Permalink
Solved dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Jan 27, 2024
1 parent 36a74a0 commit ca49794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Fixed dependency problem
run: npm install --force
- name: Install NPM dependencies
run: npm install
- name: Run tests
Expand Down

0 comments on commit ca49794

Please sign in to comment.