-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: configure engines
with node >= 10.3.0
#795
Conversation
As `node 8` is becoming EOL soon, we're upgrading the baseline `node` version requirement from `>= 8.10.0` to `>= 10.0.0`. At this point, the code generation is not affected, but this our first signal to consumers that they need to upgrade their runtimes and/or codebases. Additionally, normalized the order of fields in the `package.json` files to make it nicer for people to work in the mono-repo. Related to #794
0ddd7ab
to
8022243
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
It's possible the minimal version will need to be something higher (I think Edit: confirmed, should be |
engines
with node >= 10.0.0
engines
with node >= 10.3.0
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
As
node 8
is becoming EOL soon, we're upgrading the baselinenode
version requirement from
>= 8.10.0
to>= 10.3.0
. At this point, thecode generation is not affected, but this our first signal to consumers
that they need to upgrade their runtimes and/or codebases.
Additionally, normalized the order of fields in the
package.json
filesto make it nicer for people to work in the mono-repo.
Related to #794
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.