diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ed4da7..4675c11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel + - name: Versions + run: node -v && npm -v && dotnet --version && node -p process.arch - if: runner.os == 'macOS' name: Remove Mono from macOS run: |