Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infra] Upgrade node20 #458

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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