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 dfea9a8 commit ffe568aCopy full SHA for ffe568a
.github/workflows/pr.yml
@@ -28,13 +28,11 @@ jobs:
28
uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
- - name: OS build details
32
- run: lsb_release -a
33
- run: npm install -g lerna
34
- name: Install node_modules
35
run: yarn
36
- name: Install Playwright Browsers
37
- run: npx playwright install --with-deps chromium
+ run: sudo apt -y install libasound2 && npx playwright install --with-deps chromium
38
- run: node scripts/setVersion.js --next
39
- run: yarn build
40
- run: yarn lint
0 commit comments