Skip to content

Commit

Permalink
build(deploy): correct the GitHub deploy workflow to allow legacy dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
laurent-laporte-pro committed Sep 29, 2023
1 parent d1832c5 commit 9347bbe
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 @@ -31,7 +31,7 @@ jobs:
node-version: 18.16.1

- name: 💚 Install dependencies
run: npm install
run: npm install --legacy-peer-deps
working-directory: webapp

- name: 💚 Build webapp
Expand Down

0 comments on commit 9347bbe

Please sign in to comment.