Skip to content

Commit

Permalink
fix type in npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPhulera committed Mar 26, 2024
1 parent 5d1940e commit fb2618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commcare_cloud/ansible/roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
npm: name="{{ item.name }}" version="{{ item.version }}" state=present global=yes
become: yes
with_items:
- {name: 'npm', version: '20.11.1'}
- {name: 'npm', version: '10.2.4'}
tags:
- npm

0 comments on commit fb2618d

Please sign in to comment.