Skip to content

Commit 875542d

Browse files
committed
chore: try dropping registry-url
1 parent 6fd0c3c commit 875542d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
always-auth: true
27-
registry-url: https://registry.npmjs.org
2827

2928
- name: Set up pnpm
3029
uses: pnpm/action-setup@v4
@@ -40,7 +39,7 @@ jobs:
4039
run: pnpm install
4140

4241
- name: Install Playwright
43-
run: pnpm exec playwright install chromium
42+
run: pnpm exec playwright install chromium --with-deps --only-shell
4443

4544
- name: Build
4645
run: pnpm build

0 commit comments

Comments
 (0)