JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
267 stars 83 forks source link

Use node20 #176

Closed parkerbxyz closed 7 months ago

parkerbxyz commented 8 months ago

This pull request primarily focuses on upgrading the Node.js version used across different parts of the codebase to version 20. The changes affect the continuous integration pipeline, the action configuration, and the development dependencies.

Node.js version upgrade:

This will resolve #175 and the following warning that is currently produced when this action is used in a workflow:

[!WARNING] Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.