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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Node v14.19.0 and v16.14.0 were released in the last week or two, and are making their way to the CI runners.
Both of them include a bump to ICU (nodejs/node#40658), which is breaking some i18n related tests (locally and on CI). Note: CI still uses the previous Node 16 release, so only Node 14 is a problem there.
We can see on CI, two builds on the same commit from yesterday and today:
Overview
Node v14.19.0 and v16.14.0 were released in the last week or two, and are making their way to the CI runners.
Both of them include a bump to ICU (nodejs/node#40658), which is breaking some i18n related tests (locally and on CI). Note: CI still uses the previous Node 16 release, so only Node 14 is a problem there.
We can see on CI, two builds on the same commit from yesterday and today:
This is reproducible locally also:
I believe it's calling into
@shopify/dates
for the formatting, but the failing tests are in@shopify/react-i18n
.The text was updated successfully, but these errors were encountered: