-
Notifications
You must be signed in to change notification settings - Fork 53
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 Node.js v16 #778
Conversation
Codecov ReportBase: 49.44% // Head: 48.73% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #778 +/- ##
==========================================
- Coverage 49.44% 48.73% -0.72%
==========================================
Files 2 2
Lines 271 277 +6
Branches 72 76 +4
==========================================
+ Hits 134 135 +1
- Misses 137 142 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@christophebedard A multiple CI jobs failing. |
Yes, sorry! I expected it to work, but it doesn't work and I haven't had time to properly look into it yet. |
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.
Theoretically fine if everything works fine. Signing off for now to remove from my queue - feel free to re-request review when there are updates.
faf995b
to
53af430
Compare
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
c3a25d3
to
92f29b8
Compare
Except for @types/node @ 16. Versions bumped using ncu, see: https://stackoverflow.com/a/22849716. Update code following Typescript version bump, see: https://stackoverflow.com/a/69028217. Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
92f29b8
to
b64d0c4
Compare
The macOS failures are not related to this PR. |
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 good
95dfd22
to
c2d2e35
Compare
c2d2e35
to
465f8e5
Compare
Argh, I think I force-pushed and overwrote what I had pushed from my personal computer. I'll just wait until I get home and recover the branch. |
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
465f8e5
to
519def3
Compare
Relates to ros-tooling/setup-ros#519
Requires ros-tooling/setup-ros#521
Closes #780
This also bumps versions of all dependencies. I had to work around a user permission/ID issue, see ros-tooling/setup-ros#521 (comment)
Signed-off-by: Christophe Bedard christophe.bedard@apex.ai