Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: set LC_ALL to known good value
Set the locale to a known good value because it affects ICU's date string formatting. Setting LC_ALL needs to happen before the first call to `icu::Locale::getDefault()` because ICU caches the result. Fixes: nodejs#27856
- Loading branch information