We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb965b6 commit 37fc7ecCopy full SHA for 37fc7ec
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: yarn extract
22
- run: yarn compile
23
- name: Install Playwright
24
- run: npx playwright@latest install --with-deps
+ run: yarn playwright install --with-deps
25
- name: Build Storybook
26
env:
27
NODE_OPTIONS: "--max_old_space_size=4096"
0 commit comments