Skip to content

Commit

Permalink
chore: get update required packages from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Apr 7, 2024
1 parent 567cf02 commit a97439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ steps.check_upstream.outputs.upstream_changed == 'true' || steps.check_upstream.outputs.version_changed == 'true' }}
run: |
npm install
npm update @music163/tango-core @music163/tango-designer @music163/tango-helpers
npm update $(grep -Eow '@music163/[^"]+?' package.json | tr '\n' ' ')
- name: Push changes
id: push_changes
Expand Down

0 comments on commit a97439c

Please sign in to comment.