Skip to content

Commit 103a606

Browse files
author
Amram Englander
committed
Fix publish workflow: use npm install with more memory
1 parent 1f4bb96 commit 103a606

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
node-version: 22
1515
registry-url: https://registry.npmjs.org
1616

17-
- run: npm ci --ignore-scripts
18-
19-
- name: Install Playwright Chromium
20-
run: npx playwright install chromium
17+
- name: Install dependencies
18+
run: npm install --ignore-scripts
19+
env:
20+
NODE_OPTIONS: --max-old-space-size=4096
2121

2222
- run: npm run build
2323

0 commit comments

Comments
 (0)