Skip to content

Commit

Permalink
Fix Dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
del15881 committed Feb 10, 2025
1 parent 9cc19c3 commit 75c4d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Publish if version has been updated
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 75c4d19

Please sign in to comment.