Change version to node-version (#12)

version is deprecated and replaced by node-version
This commit is contained in:
Doug Moscrop 2019-08-16 10:59:11 -04:00 committed by Ting
parent 6e6328ef28
commit cacfc4155d

View file

@ -15,7 +15,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: 10.x
node-version: 10.x
- run: npm install
- run: npm test
```