Skip to content

Commit

Permalink
feat: bump minimum node version to 14.x (#697) (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed May 18, 2022
1 parent a0e46ba commit d14743a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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/release-k8s.20.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-k8s-20-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-k8s-21-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-k8s-22-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.

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ const project = new cdk.JsiiProject({
releaseTagPrefix: `cdk8s-plus-${SPEC_VERSION}/`,
releaseWorkflowName: `release-k8s.${SPEC_VERSION}`,
defaultReleaseBranch: `k8s-${SPEC_VERSION}/main`,
minNodeVersion: '12.13.0',
workflowNodeVersion: '12.22.0',
minNodeVersion: '14.17.0',

// jsii configuration
publishToMaven: {
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.

5 changes: 5 additions & 0 deletions yarn.lock

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

0 comments on commit d14743a

Please sign in to comment.