File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 steps :
2727 - uses : actions/checkout@v4
2828
29- - uses : oven-sh/setup-bun@v2
29+ - uses : oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3
3030
3131 - name : Install dependencies
32- run : bun install
32+ run : bun install --frozen-lockfile
3333
3434 # Build the docs with localhost URLs so the embedded sitemap + internal
3535 # links all resolve against the local preview server.
Original file line number Diff line number Diff line change 33 *
44 * Run: bun run docs:test:responsive
55 *
6- * Tests live in scripts/responsive.spec .ts.
6+ * Tests live in scripts/responsive.pw .ts.
77 * They require a running VitePress preview server (bun run docs:preview).
88 * In CI the server is started by the responsive.yml workflow.
99 */
You can’t perform that action at this time.
0 commit comments