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

Fix/remove nodejs version limitation #55

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

rsaz
Copy link
Member

@rsaz rsaz commented Aug 1, 2024

Pull Request Guidelines

Our guidelines for submitting a pull request.

Before submitting your PR, please verify the following:

  • The commit message follows our guidelines:

    Make sure you prefix your commit message with the type of change you are making. Your commit message should look like this: type: description of the change.

    • Fixing a bug : fix: description of the change.
    • Adding a new feature : feat: description of the change.

See the options for the different types of changes you can make in the package.json file of your project.

Leave the options below unchecked if they are not applicable to your Pull Request.

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Test
  • Other... Please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

If yes Please describe the impact and mitigation strategy for existing applications.

What was changed?

Please describe what you have changed in this PR.

Other information

Any other information that is important to this PR.

@rsaz rsaz added bug Something isn't working enhancement New feature or request labels Aug 1, 2024
@rsaz rsaz self-assigned this Aug 1, 2024
@rsaz rsaz merged commit 79f9458 into main Aug 1, 2024
3 checks passed
@rsaz rsaz deleted the fix/remove-nodejs-version-limitation branch August 1, 2024 01:18
@rsaz rsaz linked an issue Aug 1, 2024 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Node.js v20.12.2 is not supported
1 participant