Skip to content

Commit

Permalink
Set aws-cdk to minimum that supports node18 in custom resource provider
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jan 13, 2024
1 parent 1f97132 commit b9b15f5
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { awscdk } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'John Ferlito',
authorAddress: '[email protected]',
cdkVersion: '2.58.0',
cdkVersion: '2.82.0',
defaultReleaseBranch: 'main',
jsiiVersion: '~5.0.0',
name: 'cdk-cross-account-route53',
Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 55 additions & 30 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9b15f5

Please sign in to comment.