diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d4b91b4..6c61bc8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ refs: - &Versions run: name: Versions - command: node -v && npm -v && dotnet --version + command: node -v && npm -v && dotnet --version && node -p process.platform && node -p process.arch - &NpmInstall run: name: NPM Install