Skip to content

Commit 5c7f27a

Browse files
committed
chore: fix ci error
1 parent a84cc0d commit 5c7f27a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
with:
6161
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
6262

63+
- name: Install Playwright dependencies
64+
run: npx playwright install-deps webkit
65+
6366
- name: Try to restore modern node_modules cache
6467
id: node_modules_cache
6568
uses: actions/cache@v4

0 commit comments

Comments
 (0)