Skip to content

Commit 81ec75d

Browse files
authored
Revert "Revert "feat: updated node to v20 (#124)" (#136)"
This reverts commit 441e5ae.
1 parent 2a5a8bb commit 81ec75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/roles/edxapp/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,8 +1124,8 @@ edxapp_nodeenv_bin: "{{ edxapp_nodeenv_dir }}/bin"
11241124
edxapp_npm_dir: "{{ edxapp_app_dir }}/.npm"
11251125
edxapp_npm_bin: "{{ edxapp_npm_dir }}/bin"
11261126
edxapp_settings: '{{ EDXAPP_SETTINGS }}'
1127-
EDXAPP_NODE_VERSION: "18"
1128-
EDXAPP_NPM_VERSION: "10.5.1"
1127+
EDXAPP_NODE_VERSION: "20"
1128+
EDXAPP_NPM_VERSION: "10.7.0"
11291129
# This is where node installs modules, not node itself
11301130
edxapp_node_bin: "{{ edxapp_code_dir }}/node_modules/.bin"
11311131
edxapp_user: edxapp

0 commit comments

Comments
 (0)