Skip to content

Commit 920d89c

Browse files
Attempting to fix browser version.
1 parent 1c09867 commit 920d89c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: "24" # Use your desired Node.js version
1919

2020
- name: Install dependencies
2121
run: npm install
2222

2323
- name: Install Playwright browsers
24-
run: npx playwright install
24+
run: npx playwright install --with-deps chromium chromium-headless-shell
2525

2626
- name: Run Vitest browser tests
2727
run: npm run test:ci # or whatever script runs your vitest command

0 commit comments

Comments
 (0)