11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://eleventy-base-blog.netlify.app/
MIT License
1.2k stars 609 forks source link

Update node default to current LTS #177

Closed fapdash closed 1 month ago

fapdash commented 1 month ago

Eleventy 3.0 requires Node>=18


I wanted to test the canary release, but mise was acting up because of the incompatible value in the .nvmr:

$ ~/repos/eleventy-base-blog$ mise use node@lts
mise ~/.config/mise/config.toml tools: node@20.14.0
mise missing: node@16.20.2
$ ~/repos/eleventy-base-blog$ node --version
mise node@16.20.2 downloading node-v16.20.2-linux-x64.tar.gz                    ░░░░░░░░░░░░░░░  5%^C
zachleat commented 1 month ago

v8 of eleventy-base-blog is on the main branch. v9 of eleventy-base-blog is on the v9 branch. We’ll ship v9 after v3 of eleventy core ships!