Skip to content

Commit

Permalink
Set min node version to 16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Mar 23, 2023
1 parent 07f2d0f commit 6f350dd
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml

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

10 changes: 6 additions & 4 deletions .github/workflows/release.yml

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

6 changes: 4 additions & 2 deletions .github/workflows/upgrade-main.yml

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

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 .projen/tasks.json

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

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/raykrueger/cdk-fargate-public-dns.git',
description: 'An AWS CDK module that listens for ECS Tasks to enter RUNNING state and then updates a Route 53 hosted zone with the public IP address attached to the task.',
releaseToNpm: true,
minNodeVersion: '16.13.0',
catalog: {
announce: false,
twitter: 'raykrueger',
Expand Down
5 changes: 4 additions & 1 deletion package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 6f350dd

Please sign in to comment.