Skip to content

Commit

Permalink
updating deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
kakucodes committed Feb 11, 2024
1 parent c47f954 commit 7478afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18.x

- name: Installing NPM packages
run: npm install
run: npm install --legacy-peer-deps

- name: Building project
run: npm run build
Expand Down

0 comments on commit 7478afe

Please sign in to comment.