Use node-version per lint warning

This commit is contained in:
Timothy Clem
2020-03-13 09:22:19 -07:00
committed by GitHub
parent d696507ee0
commit bd5f9aae0d

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