atlassian / gajira-cli

Other
38 stars 25 forks source link

Node 16 end of life #27

Open timd73 opened 8 months ago

timd73 commented 8 months ago

Node 16 is end of life, and GitHub actions are transitioning all actions to Node 20.

See more:

GitHub Actions: Transitioning from Node 16 to Node 20

GitHub actions currently generate a warning when using the latest (v3) version of atlassian/gajira-cli

Example warning:


Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: atlassian/gajira-login@v3, atlassian/gajira-cli@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
timd73 commented 8 months ago

I just saw the notice that this repo is not maintained any more. What is the recommended/supported way to use the go-jira CLI in github actions? I.e. what is the replacement?