Skip to content

fix: Declare EChartsOption type as any (#590) #123

fix: Declare EChartsOption type as any (#590)

fix: Declare EChartsOption type as any (#590) #123

Workflow file for this run

name: build
on: ["push", "pull_request"]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20'
- name: npm install
run: |
npm install
- name: build
run: |
npm run build
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}