Skip to content

Commit

Permalink
Bump node and CDK versions to fix mismatch error
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Sep 3, 2024
1 parent f84a95a commit a23be2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ To run unit test for all included Lambda functions

```plain
tox -r
```
```
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ passenv =
HLS_*
AWS_*
commands =
nodeenv --node=19.9.0 -p
npm install -g aws-cdk@v2.143.0
nodeenv --node=20.17.0 --python-virtualenv
npm install -g aws-cdk@v2.155.0
cdk --version

[testenv:dev]
Expand Down

0 comments on commit a23be2b

Please sign in to comment.