Document lts option

This commit is contained in:
Danny McCormick 2019-07-29 10:50:34 -04:00
parent 419dce7d3b
commit 374a5fddc3
2 changed files with 12 additions and 1 deletions

View file

@ -38,6 +38,17 @@ jobs:
- run: npm test
```
Get the LTS version:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: lts
- run: npm install
- run: npm test
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)