Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codesmith-emmy authored May 21, 2024
1 parent 42d27b2 commit f3b8e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Clear NPM cache
run: npm cache clean --force
- name: Update NPM
run: npm install -g npm@latest
- name: Install Dependencies
run: npm install --legacy-peer-deps
run: npm install
- name: Build
env:
CI: false
Expand Down

0 comments on commit f3b8e5e

Please sign in to comment.