Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit ecac28e

Browse files
author
Alexander Melnyk
committed
chore(deps): bump cdk 2.7.0 and node min version to 16
1 parent c5129f1 commit ecac28e

File tree

5 files changed

+361
-321
lines changed

5 files changed

+361
-321
lines changed

.projen/deps.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
44
authorUrl: 'https://aws.amazon.com',
55
authorOrganization: true,
66
keywords: ['aws', 'cdk', 'powertools', 'python', 'layer', 'lambda', 'devax', 'typescript', 'nodejs'],
7-
cdkVersion: '2.51.1',
7+
cdkVersion: '2.70.0',
88
defaultReleaseBranch: 'main',
9+
minNodeVersion: '16.19.1',
910
majorVersion: 3,
1011
name: 'cdk-aws-lambda-powertools-layer',
1112
repositoryUrl: 'https://github.com/awslabs/cdk-aws-lambda-powertools-layer.git',

package.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)