Skip to content

Commit

Permalink
fix: remove minNodeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jan 8, 2025
1 parent f6394bf commit c518539
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/upgrade-jsii-typescript.yml

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

3 changes: 0 additions & 3 deletions projenrc/upgrade-jsii-typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ export class UpgradeJSIIAndTypeScript {
{
name: "Setup Node.js",
uses: "actions/setup-node@v3",
with: {
"node-version": project.minNodeVersion,
},
},
{
name: "Install",
Expand Down

0 comments on commit c518539

Please sign in to comment.