Skip to content

Commit

Permalink
fix(changelog): display sorted nodejs by version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-zg committed Oct 22, 2018
1 parent 6f2f814 commit de3521d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@ run.config:

Specifies which Node.js runtime and version to use. The following runtimes are available:

- nodejs-0.8.28
- nodejs-0.10.40
- nodejs-0.12.7
- nodejs-0.8.28
- nodejs-10.4.1
- nodejs-4.2.6
- nodejs-4.8.4
- nodejs-5.12.0nb4
- nodejs-6.11.4
- nodejs-7.10.1
- nodejs-8.10.0
- nodejs-8.11.0
- nodejs-8.11.1
- nodejs-8.11.3
- nodejs-8.6.0
- nodejs-8.9.0
- nodejs-8.9.1
- nodejs-8.9.3
- nodejs-8.9.4
- nodejs-9.10.0
- nodejs-9.11.1
- nodejs-9.11.2
- nodejs-8.10.0
- nodejs-8.11.0
- nodejs-8.11.1
- nodejs-8.11.3
- nodejs-9.2.0
- nodejs-9.3.0
- nodejs-9.5.0
- nodejs-9.6.0
- nodejs-9.8.0
- nodejs-9.10.0
- nodejs-9.11.1
- nodejs-9.11.2
- nodejs-10.4.1

```yaml
run.config:
Expand Down

0 comments on commit de3521d

Please sign in to comment.