diff --git a/.circleci/config.yml b/.circleci/config.yml index 591c0dcc42c17c..d4d5b483c487ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1067,9 +1067,15 @@ jobs: name: Enable Yarn with corepack command: corepack enable - # - run: - # name: Display Environment info - # command: npx envinfo@latest + # it looks like that, last week, envinfo released version 7.9.0 which does not works + # with Windows. I have opened an issue here: https://github.com/tabrindle/envinfo/issues/238 + # TODO: T156811874 - Revert this to npx envinfo@latest when the issue is addressed + - run: + name: Display Environment info + command: | + npm install -g envinfo + envinfo -v + envinfo - restore_cache: keys: