Node task uses node-version

This commit is contained in:
Zachary Eisinger 2020-04-13 15:06:00 -07:00
parent f356c2ff17
commit 2f37098490

View File

@ -15,7 +15,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