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.
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