Skip to content

Commit

Permalink
build: install requires pnpm 9 and test node 22
Browse files Browse the repository at this point in the history
pnpm 9 is required for current lockfile format
node 22 is required to run tests using glob filespec
  • Loading branch information
jason-ha committed Sep 19, 2024
1 parent 8e96f3a commit 4970511
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
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": ">=18"
"node": ">=22"
}
}
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": ">=18"
"node": ">=22"
}
}
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": ">=18"
"node": ">=22"
}
}

0 comments on commit 4970511

Please sign in to comment.