Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Jan 8, 2025
1 parent 10037a8 commit 1d6fee3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --force
continue-on-error: true
#name: Verify installation with details
#run: npm list --depth=3
- name: Install dependencies
run: npm install --legacy-peer-deps --force
continue-on-error: true

0 comments on commit 1d6fee3

Please sign in to comment.