Skip to content

Commit 4cd52e8

Browse files
committed
Install bikeshed during test workflow
1 parent d3f1019 commit 4cd52e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
uses: actions/[email protected]
1515
with:
1616
node-version: ${{ matrix.node-version }}
17-
17+
- name: Install bikeshed
18+
# NOTE: Pinning to 5.3.4 due to regression #3198 in 5.3.5
19+
run: pipx install bikeshed==5.3.4 && bikeshed update
1820
- run: npm install
1921
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/spec-generator/respec.html"
2022
- run: npm test

0 commit comments

Comments
 (0)