pissang opened a new pull request #14722: URL: https://github.com/apache/echarts/pull/14722
<!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do? 1. Fix jest failes on `node_modules/zrender` 2. Remove `canvas` from devDependency, which is always failed on install. 3. Not install zrender from GitHub in the workflow. Always test on the version in the dependency. 4. Add DTS check for earlier versions of TypeScript. 5. Remove template string in the exported type. Avoid type error in the earlier versions of TypeScript. #14716 6. Cache node_modules in the workflow to speedup the runner. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
