hapijs / hapi.dev

The hapi.dev developer portal
53 stars 68 forks source link

Use different way of retrieving node lts version supported #511

Closed Nargonath closed 2 years ago

Nargonath commented 2 years ago

Since we recently modified our GitHub Actions workflow templates to allow for a minimum node version to be set. This had adversial effect on the website as it relied on these templates to determined which Node LTS versions hapi supported. As it's most likely that the CI templates could change again in the future, I changed the way we retrieve these data to be more resilient.

Closes #509

Nargonath commented 2 years ago

Thanks @devinivy. To be honest I forgot about it, we need to thank @ChalkPE for that. 😄