Skip to content

Commit

Permalink
Merge pull request #213 from jason-ha/update-engine-requirements
Browse files Browse the repository at this point in the history
build: install requires pnpm 9 and test node 22
  • Loading branch information
andrewbranch authored Sep 19, 2024
2 parents 8e96f3a + 12e38ec commit 93912ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"typescript": "5.6.1-rc"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
"node": ">=22",
"pnpm": ">=9"
},
"pnpm": {
"patchedDependencies": {
Expand Down

0 comments on commit 93912ad

Please sign in to comment.