mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: try increasing swap size for website generator (#8745)
This commit is contained in:
parent
eb6470931b
commit
9588072a28
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -99,6 +99,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
working-directory: ./website
|
||||
run: npm ci
|
||||
- name: Increase swap space
|
||||
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
|
||||
with:
|
||||
swap-size-gb: 10
|
||||
- name: Build website
|
||||
working-directory: ./website
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user