tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
234 stars 335 forks source link

use node.js 20.18.0 #780

Closed joshka closed 1 month ago

joshka commented 1 month ago

This is the current LTS version which is recommended for prod usage.

Updates the netlify config and adds a mise.toml config file to configure the node.js version to use when running the site locally.

This will fix the problem running next.js in https://github.com/tokio-rs/website/pull/778

joshka commented 1 month ago

Can we also update the ci settings? Otherwise lgtm.

https://github.com/tokio-rs/website/blob/3c1522cd856217808d8414e88bf389a4d9589357/.github/workflows/ci.yml#L55

done