diff --git a/.circleci/config.yml b/.circleci/config.yml index b22e5ec04178a8..7f1508213c3341 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1046,9 +1046,15 @@ jobs: name: Enable Yarn with corepack command: corepack enable + # 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: npx envinfo@latest + command: | + npm install -g envinfo + envinfo -v + envinfo - restore_cache: keys: