From 6275d37fbed22f6ecf5705da456e8340f8d0d73f Mon Sep 17 00:00:00 2001 From: Matias Vessuri <95372759+mvessuri@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:39:44 -0300 Subject: [PATCH] Upgrade Node.js from 16 to 18 to meet Drupal 10.1.x requirements --- .lando.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.yml b/.lando.yml index fcad8ca..171b22f 100644 --- a/.lando.yml +++ b/.lando.yml @@ -9,7 +9,7 @@ services: build_as_root: # Note that you will want to use the script for the major version of node you want to install # See: https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions - - curl -sL https://deb.nodesource.com/setup_16.x | bash - + - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - - apt-get install -y nodejs - npm install --global yarn run: