Skip to content

Conversation

evgenii
Copy link

@evgenii evgenii commented Mar 17, 2024

What this PR does / Why we need it

This should upgrade the module to run on Node.js 20

Fixing issue

@evgenii evgenii changed the title Upgrade node20 [Infra] Upgrade node20 Mar 17, 2024
@kmasuhr
Copy link

kmasuhr commented Aug 5, 2024

Hi, do you have any update or estimated time of release?

@evgenii
Copy link
Author

evgenii commented Aug 5, 2024

Hi, do you have any update or estimated time of release?

Unfortunately...

@kmasuhr
Copy link

kmasuhr commented Aug 5, 2024

If anyone is looking for alternative I suggest to use code below

- uses: "actions/github-script@v7"
  name: "Add PR labels"
  with:
    script: |
      github.rest.issues.addLabels({
        owner: context.repo.owner,
        repo: context.repo.repo,
        issue_number: context.payload.pull_request.number,
        name: 'LABEL_NAME'
      });
  if: github.event_name == 'pull_request'

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.

2 participants