Skip to content

Commit

Permalink
ci: remove legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Jul 6, 2022
1 parent d6de9cd commit 399b2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: sudo apt update && sudo apt install libudev-dev libusb-1.0-0-dev -y

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

- name: Build
run: ${{ matrix.cmd_build }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt update && sudo apt install libudev-dev libusb-1.0-0-dev -y

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

- name: Generate Executable
run: ${{ matrix.cmd_package }}
Expand Down

0 comments on commit 399b2df

Please sign in to comment.