roots / issue-closer-action

GitHub action to automatically close issues/PRs that don't match a regexp
MIT License
34 stars 5 forks source link

Bug: Node.js 12 actions are deprecated #4

Closed rix1337 closed 1 year ago

rix1337 commented 1 year ago

Terms

Description

What's wrong?

issue-closer-action is using deprecated nodejs 12, which leads to a deprecation notice in github actions: grafik

What have you tried?

-

What insights have you gained?

in all other affected actions, an update was required

Possible solutions

use nodejs 16 as recommended by github

Temporary workarounds

-

Steps To Reproduce

  1. Use issue-closer-action
  2. Check github actions log
  3. See the aforementioned deprecation notice

Expected Behavior

No deprecation notice

Actual Behavior

Deprecation notice

Relevant Log Output

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: roots/issue-closer@v1.1

Versions

1.1

swalkinshaw commented 1 year ago

Fixed in https://github.com/roots/issue-closer-action/releases/tag/v1.2