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 3c7f503 commit 79697f4Copy full SHA for 79697f4
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 20
+ node-version: 22
25
26
- name: Set up pnpm
27
uses: pnpm/action-setup@v4
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm install
33
34
- name: Install Playwright
35
- run: pnpm exec playwright install chromium
+ run: pnpm exec playwright install chromium --with-deps --only-shell
36
37
- name: Build the library
38
run: pnpm build
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments