updates for tests

This commit is contained in:
Casey Lee
2020-02-21 22:19:59 -08:00
parent 2cb276ca05
commit 9179d8924d
3 changed files with 7 additions and 5 deletions

View File

@@ -6,11 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: which node
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: which node
- name: Install Dependencies
run: npm install