File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ developer_tests:
4343 - uv venv .venv
4444 - source .venv/bin/activate
4545 # Install Node.js and npm for basedpyright
46- - curl -fsSL https://deb.nodesource.com/setup_20 .x | bash -
46+ - curl -fsSL https://deb.nodesource.com/setup_18 .x | bash -
4747 - apt-get install -y nodejs
4848 - npm install -g basedpyright
4949 - uv pip install ruff
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ Resources:
197197 runtime-versions:
198198 python: 3.12
199199 commands:
200- - n 20 && node --version || { echo "Node setup failed"; exit 1; }
201- - npm install -g npm@10.9.3 || { echo "npm downgrade failed"; exit 1; }
200+ - n 18 && node --version || { echo "Node setup failed"; exit 1; }
201+ - npm install -g npm@9 || { echo "npm upgrade failed"; exit 1; }
202202 - export IDP_ADMIN_EMAIL=$(aws s3api head-object --bucket genaiic-sdlc-sourcecode-${AWS_ACCOUNT_ID:-020432867916}-${AWS_DEFAULT_REGION:-us-east-1} --key deploy/code.zip --query 'Metadata."gitlab-user-email"' --output text 2>/dev/null || echo "")
203203 - cd idp_cli && pip install -e . && cd .. || { echo "IDP CLI installation failed"; exit 1; }
204204 - pip install rich || echo "Rich installation failed, using fallback formatting"
Original file line number Diff line number Diff line change 22 "name" : " genaiidp-ui" ,
33 "version" : " 0.3.15" ,
44 "private" : true ,
5+ "engines" : {
6+ "node" : " >=18.0.0" ,
7+ "npm" : " >=9.0.0"
8+ },
59 "dependencies" : {
610 "@aws-amplify/ui-react" : " ^6.12.0" ,
711 "@aws-crypto/sha256-browser" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments