Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): remove node.js 19 #929

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Jun 1, 2023

Node.js 19 moved into end-of-life status on June 1, 2023 and is therefore no longer officially supported. The versions which are currently supported by Node.js according to their Release schedule are now 16, 18, and 20.

This PR takes account of this Node.js status change. It removes Node.js 19 ...

The list Node.js Support of supported versions for the action is changed to show Node.js 16, 18 and then Node.js 20 and later, thus excluding Node.js 19 from support.

There is no change to the action itself which continues to use node16 as its running environment, therefore these changes are not breaking changes. node16 is the current latest available version for GitHub JavaScript actions.

(The next status change for Node.js is planned for Sep 11, 2023, when Node.js 16 enters end-of-life.)

References

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review June 1, 2023 06:16
@AtofStryker AtofStryker merged commit 7eeddc2 into cypress-io:master Jun 1, 2023
@AtofStryker AtofStryker removed their assignment Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

🎉 This PR is included in version 5.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the remove/node-19 branch June 3, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants