Skip to content

Commit

Permalink
Merge pull request #967 from normanzb/chore/bump-node-upper-limit
Browse files Browse the repository at this point in the history
chore: bump node engine upper limit to support new LTS
  • Loading branch information
cesarenaldi authored Nov 27, 2024
2 parents 6f56888 + 0ef4041 commit 5f15b00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/thirty-apes-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@lens-protocol/client": patch
"@lens-protocol/cli": patch
---

up the node engine restriction to allow new node lts ver 22
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=18 <21"
"node": ">=18 <=22"
},
"prettier": "@lens-protocol/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=18 <21"
"node": ">=18 <=22"
},
"prettier": "@lens-protocol/prettier-config",
"babel": {
Expand Down

0 comments on commit 5f15b00

Please sign in to comment.