Skip to content

Commit

Permalink
Revert "[DLT-1110] Upgrade node v23 -> v18, better jump"
Browse files Browse the repository at this point in the history
This reverts commit 9d66847.
  • Loading branch information
AronPerez committed Jan 22, 2025
1 parent 0a56039 commit b57bd27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .gitlab/stage_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ run-ws-unit-job:
- echo "#!/bin/bash" > run_web.sh
- echo "docker run \\" >> run_web.sh
- echo "--name \"ws-${BRANCH_LOWER}-${INTERMEDIATE_LAYER_NAME}-${CI_COMMIT_SHORT_SHA}-${random_string}\" \\" >> run_web.sh
- echo "-e NVM_INC=/opt/datafed/dependencies/nvm/versions/node/v18.20.6/include/node \\" >> run_web.sh
- echo "-e PATH=/opt/datafed/dependencies/nvm/versions/node/v18.20.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \\" >> run_web.sh
- echo "-e NVM_INC=/opt/datafed/dependencies/nvm/versions/node/v18.20.6/include/node \\" >> run_web.sh
- echo "-e NVM_INC=/opt/datafed/dependencies/nvm/versions/node/v23.6.1/include/node \\" >> run_web.sh
- echo "-e PATH=/opt/datafed/dependencies/nvm/versions/node/v23.6.1bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \\" >> run_web.sh
- echo "-e NVM_INC=/opt/datafed/dependencies/nvm/versions/node/v23.6.1/include/node \\" >> run_web.sh
- echo "-e DATAFED_GLOBUS_APP_SECRET=\"$CI_DATAFED_GLOBUS_APP_SECRET\" \\" >> run_web.sh
- echo "-e DATAFED_GLOBUS_APP_ID=\"$CI_DATAFED_GLOBUS_APP_ID\" \\" >> run_web.sh
- echo "-e DATAFED_ZEROMQ_SESSION_SECRET=\"$CI_DATAFED_ZEROMQ_SESSION_SECRET\" \\" >> run_web.sh
Expand Down
22 changes: 11 additions & 11 deletions web/package.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"description": "DataFed web service",
"main": "datafed-ws.js",
"dependencies": {
"client-oauth2": "4.3.3",
"cookie-parser": "1.4.7",
"ect": "0.5.9",
"express": "5.0.1",
"express-session": "1.18.1",
"helmet": "8.0.0",
"ini": "5.0.0",
"protobufjs": "7.4.0",
"uuid": "11.0.5",
"zeromq": "6.3.0",
"sanitize-html": "2.14.0"
"client-oauth2": "^4.3.3",
"cookie-parser": "^1.4.5",
"ect": "^0.5.9",
"express": "^4.18.2",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"ini": "^2.0.0",
"protobufjs": "^6.11.2",
"uuid": "^9.0.0",
"zeromq": "^5.2.0",
"sanitize-html": "^2.11.0"
},
"scripts": {
"test": "mocha --config .mocharc.cjs"
Expand Down

0 comments on commit b57bd27

Please sign in to comment.