Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7168 from openedx/revert-7154-revert-7153-diana/u…
Browse files Browse the repository at this point in the history
…pdate-node-version

Revert "Revert "feat: Update node version to 18.""
  • Loading branch information
dianakhuang authored Apr 23, 2024
2 parents 1fa9960 + 3e161b3 commit ab6f93c
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 @@ -1122,8 +1122,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: "16"
EDXAPP_NPM_VERSION: "8.5.0"
EDXAPP_NODE_VERSION: "18"
EDXAPP_NPM_VERSION: "10.5.1"
# 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 ab6f93c

Please sign in to comment.