Skip to content

Commit

Permalink
Use node 9.x per palantirnet#57
Browse files Browse the repository at this point in the history
  • Loading branch information
liberatr authored Mar 29, 2018
1 parent 3b2accc commit 1c38794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
apt_repository: repo='{{ item }}'
state=present
with_items:
- 'deb https://deb.nodesource.com/node_5.x {{ node_ubuntu_distro }} main'
- 'deb-src https://deb.nodesource.com/node_5.x {{ node_ubuntu_distro }} main'
- 'deb https://deb.nodesource.com/node_9.x {{ node_ubuntu_distro }} main'
- 'deb-src https://deb.nodesource.com/node_9.x {{ node_ubuntu_distro }} main'
tags: nodejs

- name: NodeJS | Yarn | Add apt key
Expand Down

0 comments on commit 1c38794

Please sign in to comment.