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