drupal-contributions icon indicating copy to clipboard operation
drupal-contributions copied to clipboard

Drupal 10.1.x JavaScript development now requires Node.js 18

Open gitressa opened this issue 2 years ago • 5 comments

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

gitressa avatar May 08 '23 11:05 gitressa

Hi! @gitressa please assign this task to me.

Ankit-Jaipuriar avatar Aug 13 '23 17:08 Ankit-Jaipuriar

That's not needed. Feel free to go ahead and create a Pull request, thanks!

gitressa avatar Aug 13 '23 17:08 gitressa

@gitressa I am beginner in this field, can u help me about this. $ git push -u origin ISSUE#83-COMMENT# ERROR: Permission to lando/drupal-contributions.git denied to Ankit-Jaipuriar. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Ankit-Jaipuriar avatar Aug 13 '23 18:08 Ankit-Jaipuriar

Hello @Ankit-Jaipuriar. Thank you for contributing! You can find a helpful guide for contributing to Github projects on this page: https://docs.github.com/en/get-started/quickstart/contributing-to-projects

AaronFeledy avatar Aug 13 '23 21:08 AaronFeledy

Hello @Ankit-Jaipuriar. Thank you for contributing! You can find a helpful guide for contributing to Github projects on this page: https://docs.github.com/en/get-started/quickstart/contributing-to-projects

Thank you for help, I have successfully created PR

Ankit-Jaipuriar avatar Aug 14 '23 02:08 Ankit-Jaipuriar