Skip to content

Commit 76f7b82

Browse files
committed
chore(review): take into account some feedback
1 parent aa08d48 commit 76f7b82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/responsive.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
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.

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
*/

0 commit comments

Comments
 (0)