-
Notifications
You must be signed in to change notification settings - Fork 110
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
[CUMULUS-3147] - updating node version to 16.19 #3228
Conversation
This is the error they are experiencing for the syncGranule task: https://eosdis.slack.com/archives/C76M787MZ/p1671561820716219 , essentially : This is the error for node-18 upgrade, resulting in failure in deploy-dev-stack step: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We probably want to use the latest node 16
- Update https://github.com/nasa/cumulus/pull/3228/files#diff-16668ffceabc29f1ac6035001afb94920ff2c385359e558fbffa51b94a8a0e27R6
We need to build image, publish and use it for our example stack build.
https://github.com/nasa/cumulus/tree/master/packages/api/ecs/async-operation - Publish a node 16 image for ci testing.
- Add test to verify the update solve the current_buffer_.IsEmpty() issue daac has.
Is there documentation on how to do this? |
Nate and Jonathan know how to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice job!
Summary: Summary of changes
Addresses CUMULUS-XX: Develop amazing new feature
Changes
PR Checklist