Skip to content

Commit 8ef8989

Browse files
authored
Updated AWS CDK version from 2.151.0 to 2.1031.2 in setup script. (#31)
The CLI tool and the version from the python environment was causing conflicts as noted in https://github.com/Sage-Bionetworks-IT/synapse-mcp-infra/pull/1/files#r2520139888
1 parent 14075d1 commit 8ef8989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euxo pipefail
55

66
# Install Node.js dependencies
7-
npm install -g aws-cdk@2.151.0
7+
npm install -g aws-cdk@2.1031.2
88

99
# Install Python dependencies
1010
python -m venv .venv

0 commit comments

Comments
 (0)