We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70d15a commit 0dbfa2fCopy full SHA for 0dbfa2f
README.md
@@ -85,4 +85,4 @@ To run unit test for all included Lambda functions
85
86
```plain
87
tox -r
88
-```
+```
tox.ini
@@ -17,8 +17,8 @@ passenv =
17
HLS_*
18
AWS_*
19
commands =
20
- nodeenv --node=19.9.0 -p
21
- npm install -g aws-cdk@v2.143.0
+ nodeenv --node=20.17.0 --python-virtualenv
+ npm install -g aws-cdk@v2.155.0
22
cdk --version
23
24
[testenv:dev]
0 commit comments