Skip to content

Commit 3e083c8

Browse files
committed
Fix publish workflow
1 parent 8486f32 commit 3e083c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19+
- run: npx playwright install chromium
1920
- run: npm run test-build
2021
- run: npm test
2122
- run: npm run validate-translations

0 commit comments

Comments
 (0)