Skip to content

Echarts updates #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 24, 2023
Prev Previous commit
Next Next commit
fix: publish-comps action fix
  • Loading branch information
raheeliftikhar5 committed Oct 24, 2023
commit 30343906c0d390d9b417b0f55ab20db25bdf7b4b
6 changes: 1 addition & 5 deletions .github/workflows/publish-comps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- uses: actions/setup-node@v3
- name: Install dependencies
uses: borales/actions-yarn@v4.2.0
with:
Expand Down