Fix/wx heatmap#21635
Conversation
….js (force to concurrently@8 , which requires '^14.13.0 || >=16.0.0')
|
Thanks for your contribution! The pull request is marked to be To reviewers: If this PR is going to be described in the changelog in the future release, please make sure this PR has one of the following labels: This message is shown because the PR description doesn't contain the document related template. |
Justin-ZS
left a comment
There was a problem hiding this comment.
Given Node 20 is now EOL, aligning the dev/CI baseline with Node 22 may be a better separate chore. This concurrently@8 pin still feels unrelated to the heatmap regression fix.
Brief Information
This pull request is in the type of:
What does this PR do?
Fixed issues
#21632
Details
Before: What was the problem?
v6.1.0 break heatmap in wx miniapp - throw error and fail to display.
After: How does it behave after the fixing?
Fix this issue.