Merge pull request #9 from actions/workflow-fix

Use node-version per lint warning
This commit is contained in:
Timothy Clem
2020-03-13 09:30:37 -07:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
node-version: 10.x
- name: npm install
run: npm install