-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing Node.js v18.19.0 on nodejs.org #6148
Comments
I confirm the bug! The blog post entry exist as https://nodejs.org/en/blog/release/v18.19.0 but is not shown in the index, I will have a look. |
Not sure why is not indexed, I compared the pr to others and the actions logs. 🤔 |
This should properly fix it: #6153 |
Pushed as hot-fix (74c0c5e)... Since the data is fetch at build-time and I introduced the "revalidate" on the same build, I bet they just fetched the already cached data. I wonder if a redeployment would have been enough. But it's something we can monitor. And I can always remove the in-page revalidation if #6153 indeed was enough. |
I can ack that the data is refreshed now. |
URL:
Browser Name:
any
Browser Version:
any
Operating System:
any
How to reproduce the issue:
Node.js version 18.19.0 has been released, but it seems that the information about this version has not been updated on nodejs.org.
The text was updated successfully, but these errors were encountered: