diff --git a/.projenrc.ts b/.projenrc.ts index 918142ad..5ceddc44 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -41,7 +41,6 @@ const project = new CdklabsConstructLibrary({ // If we don't do this we release the devDependency updates that happen every day, which blows out // our PyPI storage budget even though there aren't any functional changes. releasableCommits: ReleasableCommits.featuresAndFixes(), - workflowNodeVersion: '16.x', minNodeVersion: '16.0.0', jsiiVersion: '^5', publishToPypi: {