-
Notifications
You must be signed in to change notification settings - Fork 580
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
chore(clients): call postinstall-node-version-check #2594
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2594 +/- ##
=======================================
Coverage ? 60.30%
=======================================
Files ? 516
Lines ? 27435
Branches ? 6591
=======================================
Hits ? 16546
Misses ? 10889
Partials ? 0 Continue to review full report at Codecov.
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Just an FYI package managers will typically not cache packages that have A more idiomatic way of enforcing the node version would be to specify it in the |
The aim of this change is to notify about Node.js 10.x deprecation for a future date, i.e.
@G-Rath Is there a better way to notify users of the pending deprecation? |
@trivikr the best idiomatic way I think would be to publish the new Since you're using transpiling tools, this shouldn't be a big increase in maintenance aside from a one-off bit of work to rework your CI to handle publishing both major versions & deprecating one of them. If you were confident in your setup, you could even have the packages actually be compiled for the different minimum node versions, so the |
Closing as we would be calling |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Follow-up to #2592
Description
Calls postinstall-node-version-check in clients
Testing
Tested in package
@aws-sdk/client-s3
:By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.