Skip to content

Commit

Permalink
chore: don't override Node version (#714)
Browse files Browse the repository at this point in the history
Should be 18.x, which is configured from upstream
  • Loading branch information
rix0rrr authored Jan 22, 2024
1 parent c9eae5b commit 4a4a1fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4a4a1fd

Please sign in to comment.