Browse Source

node yml

master
lefos 3 years ago
parent
commit
7fda8f65c2
  1. 5
      node.yml

5
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:

Loading…
Cancel
Save