Skip to content

Commit

Permalink
Issue npm install issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore committed Jun 19, 2024
1 parent de8c35b commit b0812a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-dev-rig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
aws configure set default.region ${{ secrets.AWS_REGION }}
- name: Install Dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Build and Package Application
env:
Expand Down

0 comments on commit b0812a3

Please sign in to comment.