Skip to content

Commit

Permalink
chore: don't override minNodeVersion or workflowNodeVersion (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Jan 25, 2024
1 parent ee322cf commit 5a4d3e1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 25 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml

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

14 changes: 7 additions & 7 deletions .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dev-deps-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 .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.

3 changes: 0 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const project = new CdklabsConstructLibrary({
},

autoApproveUpgrades: true,

minNodeVersion: '16.14.0',
workflowNodeVersion: '16.x',
});

project.gitignore.exclude('.env', '.idea');
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.

10 changes: 6 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 5a4d3e1

Please sign in to comment.