chore(aws-cdk-lib): minimum supported node version is now v14#11964
chore(aws-cdk-lib): minimum supported node version is now v14#11964mergify[bot] merged 11 commits intomasterfrom
Conversation
This is the current lowest active LTS version and is a good minimum bar.
|
This should be widely advertised as we release v2.0. Please make sure we have that in our doc change checklist |
tools/pkglint/lib/rules.ts
Outdated
| public validate(pkg: PackageJson): void { | ||
| expectJSON(this.name, pkg, 'engines.node', '>= 10.13.0 <13 || >=13.7.0'); | ||
| if (pkg.json.name === 'aws-cdk-lib') { | ||
| expectJSON(this.name, pkg, 'engines.node', '>= 14.15.1'); |
There was a problem hiding this comment.
Not sure it needs to be this edgy. This might block people with "not entirely up-to-date" environments from using the product... We could require the 14.x line, but not be too strict about it... Some early 14.0.0 would be best, IMO - like one that's known to have feature stability.
768644e to
90defac
Compare
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This is the current active LTS version and is a good minimum requirement. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This is the current active LTS version and is a good minimum
requirement.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license