Skip to content

Commit

Permalink
Workaround puppeteer v24.0 failing on ubuntu-24.04
Browse files Browse the repository at this point in the history
Error: Failed to launch the browser process! No usable sandbox!
https://issues.chromium.org/issues/373753919
  • Loading branch information
dpilafian committed Jan 20, 2025
1 parent 2ed4395 commit 1f7f858
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
# Error: Failed to launch the browser process! No usable sandbox!
# https://issues.chromium.org/issues/373753919
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
Expand Down

0 comments on commit 1f7f858

Please sign in to comment.