set up node

This commit is contained in:
Kyle Spearrin 2020-09-24 15:51:17 -04:00
parent d09228ceb9
commit 84d356992a
1 changed files with 8 additions and 0 deletions

View File

@ -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