Skip to content

Commit

Permalink
Merge pull request #78 from dmartingit/develop
Browse files Browse the repository at this point in the history
Add new nodejs versions and adapt rbenv vars.
  • Loading branch information
Michael Starke authored Feb 13, 2019
2 parents d5f5f6e + 9df756b commit b0cc1d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yarn/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nodejs_install:
- build-essential

nodejs_version_map:
nodejs-v11x: '11.x'
nodejs-v10x: '10.x'
nodejs-v9x: '9.x'
nodejs-v8x: '8.x'
nodejs-v7x: '7.x'
nodejs-v6x: '6.x'
nodejs-v5x: '5.x'
Expand Down

0 comments on commit b0cc1d4

Please sign in to comment.