forked from rc/classroom
8 lines
182 B
YAML
8 lines
182 B
YAML
- name: Install NodeJS
|
|
win_chocolatey:
|
|
name: nodejs
|
|
|
|
# Install fails if multiple versions are installed
|
|
# - name: Install NodeJS-LTS
|
|
# win_chocolatey:
|
|
# name: nodejs-lts
|