diff --git a/ansible/www-standalone/tasks/base.yaml b/ansible/www-standalone/tasks/base.yaml index 4503e547b..80167559f 100644 --- a/ansible/www-standalone/tasks/base.yaml +++ b/ansible/www-standalone/tasks/base.yaml @@ -1,5 +1,5 @@ - name: Base | Add the NodeSource Node.js repo - command: "bash -c 'curl -sL https://deb.nodesource.com/setup_8.x | bash -'" + command: "bash -c 'curl -sL https://deb.nodesource.com/setup_16.x | bash -'" tags: base - name: Base | APT Update