You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things should be fine, but CI is failing currently as our coverage has been reduced due to a canvas issue: Automattic/node-canvas#1646 . I could change the thresholds temporarily until that may be resolved, or do nothing, but thought I'd at least file an explanation.
The text was updated successfully, but these errors were encountered:
Besides working around the canvas issue, I've now switched our tests to using native webcrypto which allows things to work in Node 18.14+ but not the other supported versions (this module is not available to Node 14 or 16 and the webcrypto tests will fail in Node 18 before 18.14).
We should probably switch to GitHub Actions to notice the failing CI again, but in any case, just reporting that CI should be ok again once our minimum supported version is Node 18.14.0.
Things should be fine, but CI is failing currently as our coverage has been reduced due to a canvas issue: Automattic/node-canvas#1646 . I could change the thresholds temporarily until that may be resolved, or do nothing, but thought I'd at least file an explanation.
The text was updated successfully, but these errors were encountered: