diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 09798362d1ceee..b1b29286b9a525 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -43,6 +43,7 @@ jobs: git config --global user.email 'renovate@whitesourcesoftware.com' git config --global user.name 'Renovate Bot' npm config set scripts-prepend-node-path true + git --version echo "Node $(node --version)" python --version echo "Yarn $(yarn --version)" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e04f05b571da25..79b6cc1cdae3d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,7 @@ jobs: git config --global user.email 'renovate@whitesourcesoftware.com' git config --global user.name 'Renovate Bot' npm config set scripts-prepend-node-path true + git --version echo "Node $(node --version)" python --version echo "Yarn $(yarn --version)"