Skip to content

Commit

Permalink
Merge pull request #713 from RenovoSolutions/node
Browse files Browse the repository at this point in the history
ci(fix): Remove node version constraint for builds
  • Loading branch information
bmiller08 authored Jan 23, 2023
2 parents 84f4977 + 12a7744 commit f31a87c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 40 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml

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

12 changes: 4 additions & 8 deletions .github/workflows/release-v1.yml

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

12 changes: 4 additions & 8 deletions .github/workflows/release.yml

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

4 changes: 0 additions & 4 deletions .github/workflows/upgrade-master.yml

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

4 changes: 0 additions & 4 deletions .github/workflows/upgrade-projen-master.yml

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

4 changes: 0 additions & 4 deletions .github/workflows/upgrade-projen-v1.yml

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

4 changes: 0 additions & 4 deletions .github/workflows/upgrade-v1.yml

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

1 change: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
dotNetNamespace: 'renovosolutions',
packageId: 'Renovo.AWSCDK.ManagedInstanceRole',
},
workflowNodeVersion: '14.17.0',
});

new javascript.UpgradeDependencies(project, {
Expand Down

0 comments on commit f31a87c

Please sign in to comment.