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

chore: bump node engine upper limit to support new LTS #967

Merged

Conversation

normanzb
Copy link

issue: #966

Copy link

height bot commented Nov 26, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

changeset-bot bot commented Nov 26, 2024

🦋 Changeset detected

Latest commit: 0ef4041

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@lens-protocol/client Patch
@lens-protocol/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Nov 26, 2024

@normanzb is attempting to deploy a commit to the Avara Team on Vercel.

A member of the Team first needs to authorize it.

@normanzb
Copy link
Author

the testing failure seems to be related to configuration, not related to the changes of this PR:

 InvariantError: TESTING_ENV_URL is not defined in .env file
  
        14 | export function invariant(condition: unknown, message: string): asserts condition {
        15 |   if (!condition) {
      > 16 |     throw new InvariantError(message);
           |           ^
 

@cesarenaldi cesarenaldi merged commit 5f15b00 into lens-protocol:develop Nov 27, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants