-
Notifications
You must be signed in to change notification settings - Fork 25
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
upgrade to nodejs 18.18.2 #101
Conversation
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.
Found a few more places to update, but everything is working
- Ran locally
- Built
- Ran thrift
@@ -1 +1 @@ | |||
nodejs 16.15.1 | |||
nodejs 18.18.2 |
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.
Found a few more places to update:
- Readme was already out of date, but should be updated:
_parquet.js requires node.js >= 14.16.0_
- The GitHub Action workflows still use v16. 18+ might require updating the version of the
actions/checkout
,actions/setup-node
, andactions/cache
actions, although I think the new version of setup-node might not require theactions/cache
anymore.
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.
I created another upgrade issue with these items in a checklist.
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.
That sounds good. More of an Actions upgrade issue.
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.
looks like CI is ok with the actions versions for now. maybe add it to the next upgrade issue?
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.
🚢
@@ -1 +1 @@ | |||
nodejs 16.15.1 | |||
nodejs 18.18.2 |
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.
That sounds good. More of an Actions upgrade issue.
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.
Approving to make sure to capture all the changes
Problem
Upgrade to nodejs 18+. Closes #83
Solution
Used last patch version of nodejs 18
Change summary:
npm install
to update package-lock.jsonSteps to Verify:
CI should pass