Drupal 10.0 had a minimum version of Node.js 16 for core JavaScript development. Node.js 16 is end of life in September 2023, and so Drupal 10.1 will now require Node.js 18 for core development.
This only affects sites that have installed Drupal core's JavaScript development dependencies with npm or yarn.
From Core JavaScript development now requires Node.js 18.
Task
Update this line from version 16 to 18, and check if anything else needs updating:
- curl -sL https://deb.nodesource.com/setup_16.x | bash -
https://github.com/lando/drupal-contributions/blob/10.x/.lando.yml#L11