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: