fix: #170 add RUNNER_TEMP

This commit is contained in:
Casey Lee
2020-04-23 08:18:36 -07:00
parent a9533b05ce
commit a48cce3a78
2 changed files with 2 additions and 2 deletions

View File

@@ -9,8 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
node-version: 12.6
- run: which node
- name: Install Dependencies
run: npm install