Skip to content

Commit

Permalink
chore: Dont' install alpha version of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 4, 2024
1 parent 14ad26d commit ee5c5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Update dependencies
run: |
npx npm-check-updates -u -x sass-loader -x zigbee-herdsman-converters
npx npm-check-updates -u --target @next -x typescript
npx npm-check-updates -u --target @next -x typescript -x prettier
rm -rf pnpm-lock.yaml
pnpm install
Expand Down

0 comments on commit ee5c5cd

Please sign in to comment.