diff --git a/ansible/www-standalone/tasks/base.yaml b/ansible/www-standalone/tasks/base.yaml index 80167559f..27e215eab 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_16.x | bash -'" + command: "bash -c 'curl -sL https://deb.nodesource.com/setup_22.x | bash -'" tags: base - name: Base | APT Update