Skip to content

Commit

Permalink
feat: updated node to v20 (#139)
Browse files Browse the repository at this point in the history
Updated deployment to use node v20 to align with edx-platform which has also been migrated to node v20.
  • Loading branch information
BilalQamar95 authored Jan 15, 2025
1 parent 18c8163 commit 16e979a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1126,8 +1126,8 @@ edxapp_nodeenv_bin: "{{ edxapp_nodeenv_dir }}/bin"
edxapp_npm_dir: "{{ edxapp_app_dir }}/.npm"
edxapp_npm_bin: "{{ edxapp_npm_dir }}/bin"
edxapp_settings: '{{ EDXAPP_SETTINGS }}'
EDXAPP_NODE_VERSION: "18"
EDXAPP_NPM_VERSION: "10.5.1"
EDXAPP_NODE_VERSION: "20"
EDXAPP_NPM_VERSION: "10.7.0"
# This is where node installs modules, not node itself
edxapp_node_bin: "{{ edxapp_code_dir }}/node_modules/.bin"
edxapp_user: edxapp
Expand Down

0 comments on commit 16e979a

Please sign in to comment.