nodenv / node-build

Install NodeJS versions
MIT License
271 stars 80 forks source link

Cannot install NodeJS 18.16.0 #806

Closed hershmire closed 1 year ago

hershmire commented 1 year ago

Although, the latest LTS of NodeJS is a v18.16.0, asdf does not have this listed yet.

asdf install nodejs 18.16.0
Trying to update node-build... ok
node-build: definition not found: 18.16.0
asdf list-all nodejs
...
18.14.2
18.15.0
19.0.0
19.0.1
...
counterbeing commented 1 year ago

It looks like there's already a pull request for this, but there's something going on with a CI step that might be holding things up: https://github.com/nodenv/node-build/pull/804

mrienstra commented 1 year ago

Both https://github.com/nodenv/node-build/pull/805 & https://github.com/nodenv/node-build/pull/804 were merged, huzzah! I think this issue can be closed now, tested locally:

asdf nodejs update-nodebuild
asdf list-all nodejs | grep -E '^(18\.16\.0|19\.9\.0)$'

Output:

18.16.0
19.9.0