Skip to content

Commit

Permalink
Add --legacy-peer-deps on npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ authored Oct 4, 2024
1 parent ce019cd commit ce37d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-uid-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Install NX workspace dependencies
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
working-directory: iadapter-applications

# Build the specified NX apps
Expand Down

0 comments on commit ce37d17

Please sign in to comment.