We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a8bb commit 81ec75dCopy full SHA for 81ec75d
playbooks/roles/edxapp/defaults/main.yml
@@ -1124,8 +1124,8 @@ edxapp_nodeenv_bin: "{{ edxapp_nodeenv_dir }}/bin"
1124
edxapp_npm_dir: "{{ edxapp_app_dir }}/.npm"
1125
edxapp_npm_bin: "{{ edxapp_npm_dir }}/bin"
1126
edxapp_settings: '{{ EDXAPP_SETTINGS }}'
1127
-EDXAPP_NODE_VERSION: "18"
1128
-EDXAPP_NPM_VERSION: "10.5.1"
+EDXAPP_NODE_VERSION: "20"
+EDXAPP_NPM_VERSION: "10.7.0"
1129
# This is where node installs modules, not node itself
1130
edxapp_node_bin: "{{ edxapp_code_dir }}/node_modules/.bin"
1131
edxapp_user: edxapp
0 commit comments