-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f07504
commit c4ca1fb
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,22 @@ passenv = | |
commands = | ||
nodeenv --node=18.17.1 -p | ||
npm install -g [email protected] | ||
# NOTICES | ||
# | ||
# 19836 AWS CDK v1 End-of-Support June 1, 2023 | ||
# | ||
# Overview: AWS CDK v1 is currently in maintenance mode. Support for AWS | ||
# CDK v1 will end entirely on June 1, 2023. Migrate to AWS CDK | ||
# v2 to continue to get the latest features and fixes! | ||
# | ||
# Affected versions: framework: 1.*, cli: 1.* | ||
# | ||
# More information at: https://github.com/aws/aws-cdk/issues/19836 | ||
# | ||
# | ||
# If you don’t want to see a notice anymore, use "cdk acknowledge <id>". | ||
# For example, "cdk acknowledge 19836". | ||
cdk acknowledge 19836 | ||
cdk --version | ||
|
||
[testenv:dev] | ||
|