Skip to content

Commit

Permalink
revert: node requirements for specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ha committed Sep 19, 2024
1 parent 4970511 commit 12e38ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"semver": "^7.5.4"
},
"engines": {
"node": ">=22"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"ts-expose-internals": "5.6.1-rc"
},
"engines": {
"node": ">=22"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"types-registry": "latest"
},
"engines": {
"node": ">=22"
"node": ">=18"
}
}

0 comments on commit 12e38ec

Please sign in to comment.