asdf-vm / asdf-nodejs

Node.js plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
908 stars 144 forks source link

fix: unable to resolve latest LTS version correctly #393

Open NanamiNakano opened 5 months ago

NanamiNakano commented 5 months ago

Currently asdf-nodejs can not resolve lts correctly, it will only return the code number.

image

After the fix, the plugin can resolve it correctly.

image