add Node.js 10 LTS dubnium#2
Conversation
|
cc @nodejs/build |
|
@nodejs/build what needs to be done to make this work? |
|
after chasing around shell script call sites and previous GH issues, I think this is how it works:
Because the package is globally installed once and, unless I'm missing a scheduled updater somewhere, not upgraded again automatically, I think a release manager needs to shell onto the instance and bump the global install (or maybe re-run the playbook?). It looks like Rod did something similar when Carbon was released: #1 (comment). Definitely interested to hear from the build WG --at a minimum we could probably prefer to |
|
nicely deduced @knksmith57! Getting this deployed and updated now. Unfortunately What might be a more interesting solution is for an update to nodejs-latest-linker that pulls down https://github.com/nodejs/Release/blob/master/schedule.json and uses that rather than having to take manual updates. Then there's not even an update required here. |
|
ah, that makes sense --it didn't occur to me that most (all?) devs w/ publish perms for this package would also have shell access to the box. thanks for following up and for handling the rollout 🙏 |
|
also, heads up @rvagg: looks like there's a cyclical symlink to |
Refs: nodejs/node#23831 (comment)