Closed cawa-93 closed 8 months ago
Here's a work around for now:
services:
frontend:
type: node:18
scanner: false
ssl: true
overrides:
image: node:20
Thanks. This should be fixed with the next stable release. The problem is probably that the docs reflect the latest version of the plugin, event if its not available in the lando release yet.
Correct!
overrides:
image: "node:lts-alpine"
if you prefer to always be on LTS
When I try to start lando Displays an error that version 20 is not supported, despite the fact that the documentation states that version 20 is supported
https://github.com/lando/node/blob/2efe15ef228488644adee8f803844438ac5b2fa6/docs/index.md?plain=1#L20-L22
My lando config is: