Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Node deprecations for Github actions #161

Open
rtblair opened this issue May 10, 2023 · 1 comment
Open

Node deprecations for Github actions #161

rtblair opened this issue May 10, 2023 · 1 comment
Assignees
Labels
maintenance Related to regular maintenance

Comments

@rtblair
Copy link
Contributor

rtblair commented May 10, 2023

I noticed running our Publish Github workflow that some of the dependent actions are pegged to deprecated and unsupported versions of Node (12, specifically). The actions continue to run successfully, so I suppose this isn't yet an urgent issue. But Node 16, the current environment being used for running all actions, will go EOL later this year and we might not be as lucky when they move to the next release.

I suggest rebuilding these flows using updated versions of actions. For this workflow in particular, it might be as simple as using a newer version of actions/checkout. We're currently on v2, and the latest release is 3.5.2

https://github.com/NYCPlanning/ceqr-app-data/blob/main/.github/workflows/publish.yml#L39
https://github.com/actions/checkout/releases

@damonmcc damonmcc added the maintenance Related to regular maintenance label May 11, 2023
@Vena-zamismo-no
Copy link

17#'s

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Related to regular maintenance
Projects
None yet
Development

No branches or pull requests

4 participants