Skip to content

Commit

Permalink
Upgrade to the latest node minor version so that we can use npm ci wh…
Browse files Browse the repository at this point in the history
…en node_modules is mounted (like in docker)

12.13.0 is the first version of node that includes npmcli 4.0.7, which
includes npm/libcipm#1, which means that `npm ci`
will work correctly in circumstances where `node_modules` is mounted
rather than being a standard directory.
  • Loading branch information
cpennington committed Nov 4, 2019
1 parent f639dfa commit d29fa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/edx_django_service/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ edx_django_service_nodeenv_dir: '{{ edx_django_service_home }}/nodeenvs/{{ edx_d
edx_django_service_nodeenv_bin: '{{ edx_django_service_nodeenv_dir }}/bin'
edx_django_service_node_modules_dir: '{{ edx_django_service_code_dir }}/node_modules'
edx_django_service_node_bin: '{{ edx_django_service_node_modules_dir }}/.bin'
edx_django_service_node_version: '12.11.1'
edx_django_service_node_version: '12.13.0'

edx_django_service_environment_default:
DJANGO_SETTINGS_MODULE: '{{ edx_django_service_django_settings_module }}'
Expand Down

0 comments on commit d29fa5c

Please sign in to comment.