Skip to content

Commit

Permalink
fix: CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Feb 21, 2024
1 parent f184987 commit 06c267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN}}

- name: "Install deps"
run: npm i
run: npm i --legacy-peer-deps

- name: "Build"
run: npm run build
Expand Down

0 comments on commit 06c267b

Please sign in to comment.