Change version to node-version

version is deprecated and replaced by node-version
pull/12/head
Doug Moscrop 6 years ago committed by GitHub
parent 53bed0742e
commit c9baabb369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save