lens-protocol / lens-sdk

The official SDK to interact with the Lens Protocol
https://docs.lens.xyz/docs/what-is-lens
MIT License
235 stars 75 forks source link

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

Closed normanzb closed 1 day ago

normanzb commented 2 days ago

issue: https://github.com/lens-protocol/lens-sdk/issues/966

height[bot] commented 2 days ago

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.

changeset-bot[bot] commented 2 days ago

🦋 Changeset detected

Latest commit: 0ef40413289dabff5bb7758e1430fd203154f5f2

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

vercel[bot] commented 2 days ago

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

A member of the Team first needs to authorize it.

normanzb commented 1 day ago

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);
           |           ^