Skip to content

Commit 07930ee

Browse files
committed
chore: fix ci error
1 parent f974ec5 commit 07930ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ jobs:
269269
cache: "npm"
270270
cache-dependency-path: "**/package-lock.json"
271271

272+
- name: Install Playwright dependencies
273+
run: npx playwright install-deps webkit
274+
272275
- name: Try to restore modern node_modules cache
273276
id: node_modules_cache
274277
uses: actions/cache@v4
@@ -280,6 +283,9 @@ jobs:
280283
if: steps.node_modules_cache.outputs.cache-hit != 'true'
281284
run: npm ci
282285

286+
- name: Install playwright browsers
287+
run: npx playwright install
288+
283289
- name: Build the core package
284290
run: npm run build
285291

0 commit comments

Comments
 (0)