Skip to content

Commit

Permalink
chore: fixup if
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Dec 12, 2023
1 parent de73da6 commit f44d39e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/daily-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,19 @@ jobs:
fi
- name: Setup Node
if: ${{ steps.check_upstream.outputs.upstream_changed == 'true' }}
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Update dependencies
if: ${{ steps.check_upstream.outputs.upstream_changed == 'true' }}
run: |
npm install
npm update @music163/tango-core @music163/tango-designer @music163/tango-helpers
- name: Push changes
if: ${{ steps.check_upstream.outputs.upstream_changed == 'true' }}
run: |
# get upstream current hash
current_hash=$(git rev-parse upstream/main)
Expand Down

0 comments on commit f44d39e

Please sign in to comment.