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.
registry-url
1 parent 6fd0c3c commit 875542dCopy full SHA for 875542d
.github/workflows/release.yml
@@ -22,9 +22,8 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 20
+ node-version: 24
26
always-auth: true
27
- registry-url: https://registry.npmjs.org
28
29
- name: Set up pnpm
30
uses: pnpm/action-setup@v4
@@ -40,7 +39,7 @@ jobs:
40
39
run: pnpm install
41
42
- name: Install Playwright
43
- run: pnpm exec playwright install chromium
+ run: pnpm exec playwright install chromium --with-deps --only-shell
44
45
- name: Build
46
run: pnpm build
0 commit comments