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 9e88135 commit 42d27b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
uses: actions/checkout@v2.3.2
- name: Install Dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build
env:
CI: false
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
uses: actions/checkout@v2.3.2
- name: Download Artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 42d27b2

Please sign in to comment.