diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3bb78fd..aba5deba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,8 +114,16 @@ jobs: runs-on: macos-latest steps: + - name: Set up Node + uses: actions/setup-node@v1 + with: + node-version: '10.x' + - name: Print environment run: | + node --version + npm --version + git --version Write-Output "GitHub ref: $env:GITHUB_REF" Write-Output "GitHub event: $env:GITHUB_EVENT" shell: pwsh