5 lines
150 B
YAML
5 lines
150 B
YAML
---
|
|
- name: Configure repo and node
|
|
shell: |
|
|
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - && sudo apt-get install -y nodejs
|