nvm
nvm copied to clipboard
update test data for node 18 lts release
lts/gallium is node 16, while lts/hydrogen is node 18.
This fixes the following test:
- nvm_list_aliases works with LTS aliases
Just to get the CI working first, I don't think it's a good test though.
This will fail, because Travis is on xenial which can’t build node 18. If you can help install the right C libs on Xenial, that would unblock this :-)
This will fail, because Travis is on xenial which can’t build node 18. If you can help install the right C libs on Xenial, that would unblock this :-)
Hmmm, that's way more than I had expected, not sure if I could figure that out but I think that will require a separate PR or something?
I think this PR should end up containing that fix. It's definitely a much larger change.
I've updated this with a commit that runs the "update test mocks" script (and fixed tests on master)