bahmutov / npm-install

GitHub Action for install npm dependencies with caching without any configuration
https://github.com/marketplace/actions/npm-or-yarn-install-with-caching
650 stars 70 forks source link

Action tied to Node.js 16 with end-of-life on Sep 11, 2023 #194

Closed MikeMcC399 closed 10 months ago

MikeMcC399 commented 1 year ago

This JavaScript GitHub Action runs under node16 which reached end-of-life on Sep 11, 2023.

To ensure that the action is available in a supported version of Node.js, it would need a new major release using node20. Is this planned?

actions/checkout@v4 for instance has just been released and runs under node20.

MikeMcC399 commented 11 months ago

See also GitHub Actions: Transitioning from Node 16 to Node 20 announced on Sep 22, 2023 the beginning of the deprecation process for node16 actions.

MikeMcC399 commented 10 months ago

@bahmutov

GitHub Actions: Transitioning from Node 16 to Node 20 states

September 22, 2023 Node 16 has reached its end of life, prompting us to initiate its deprecation process for GitHub Actions. Our plan is to transition all actions to run on Node 20 by Spring 2024. We will actively monitor the migration's progress and gather community feedback before finalizing the transition date. Starting October 23rd, workflows containing actions running on Node 16 will display a warning to alert users about the upcoming migration.

Are you planning to update this action to node20?

bahmutov commented 10 months ago

I probably should

github-actions[bot] commented 10 months ago

:tada: This issue has been resolved in version 1.8.36 :tada:

The release is available on:

Your semantic-release bot :package::rocket: