Skip to content

Commit 58ca9f5

Browse files
authored
chore(build): use bikeshed v7 (#223)
1 parent b7a4f65 commit 58ca9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default async function main(toolchain: "respec" | "bikeshed" | string) {
2222
}
2323
case "bikeshed": {
2424
await sh("pipx --version", "buffer");
25-
await sh(`pipx install 'bikeshed==5.*' --quiet`, {
25+
await sh(`pipx install 'bikeshed==7.*' --quiet`, {
2626
output: "stream",
2727
env: {
2828
PYTHONUSERBASE,

0 commit comments

Comments
 (0)