update wf

This commit is contained in:
Bryan MacFarlane 2020-01-09 20:31:59 -05:00
parent 9d73eb3e8f
commit 16961b648c

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: {{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: npm install - name: npm install
run: npm install run: npm install