Skip to content

Commit 5d553f9

Browse files
playwright maybe
1 parent 5ab2f75 commit 5d553f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/social-humans-fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'svehast': major
44
---
55

6-
feat: Initial release
6+
feat: Initial release!

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
node-version: 22.x
2121
cache: 'pnpm'
22+
- name: Install Playwright Browsers
23+
run: pnpm exec playwright install
2224

2325
- run: pnpm install
2426
env:

0 commit comments

Comments
 (0)