Skip to content

Commit

Permalink
Update fix_peer_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Dec 5, 2023
1 parent 804e7ce commit 5730fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix_peer_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: yarn

- name: Fix peer dependencies
run: npm update
run: yarn upgrade

- name: Prettier
run: prettier . --write
Expand Down

0 comments on commit 5730fdf

Please sign in to comment.