actions/setup-node installs stale versions of Node.js when aliases like lts/* are used:
Since nubjs/setup-nub aims for drop-in compatibility with actions/setup-node, I'm wondering whether this means bug-for-bug compatibility. I guess probably not, since I see some behavior differences.
But if this staleness problem is indeed present in nubjs/setup-nub too, then maybe this should be documented clearly.
actions/setup-nodeinstalls stale versions of Node.js when aliases likelts/*are used:lts/*installs old LTS versions up to 1 month+ after release actions/setup-node#1236Since
nubjs/setup-nubaims for drop-in compatibility withactions/setup-node, I'm wondering whether this means bug-for-bug compatibility. I guess probably not, since I see some behavior differences.But if this staleness problem is indeed present in
nubjs/setup-nubtoo, then maybe this should be documented clearly.