Skip to content

Commit

Permalink
fix bun command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Oct 4, 2024
1 parent 3251609 commit 62f236f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_outdated_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ jobs:
poetry run bash scripts/integration.sh ./reflex-web dev
- name: Check outdated frontend dependencies
run: |
bun outdated
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
echo "Outdated:"
echo "$outdated"

0 comments on commit 62f236f

Please sign in to comment.