mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 10:51:38 +08:00
Document lts option
This commit is contained in:
11
README.md
11
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user