we should install Node 12.x now

This commit is contained in:
staticsafe 2020-08-22 19:26:13 -04:00
parent 8a13e93dd4
commit 4d58d8865d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
- name: Add Nodesource apt repositories
apt_repository: repo={{ item }} state=present
with_items:
- "deb https://deb.nodesource.com/node_8.x {{ ansible_distribution_release }} main"
- "deb-src https://deb.nodesource.com/node_8.x {{ ansible_distribution_release }} main"
- "deb https://deb.nodesource.com/node_12.x {{ ansible_distribution_release }} main"
- "deb-src https://deb.nodesource.com/node_12.x {{ ansible_distribution_release }} main"
- name: Add Yarnpkg apt key
apt_key: url="https://dl.yarnpkg.com/debian/pubkey.gpg" state=present
- name: Add Yarnpkg apt repository