From 7fda8f65c2d54f2627552fdfb7d1ae95cca10ade Mon Sep 17 00:00:00 2001 From: lefos Date: Mon, 1 Nov 2021 00:08:30 +0200 Subject: [PATCH] node yml --- node.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/node.yml b/node.yml index 60ff364..7cb1649 100644 --- a/node.yml +++ b/node.yml @@ -37,6 +37,11 @@ apt: name: nodejs state: present + - name: Install npm + become: true + apt: + name: npm + state: present - name: install dependencies command: npm install args: