Skip to content

Commit

Permalink
chore: use latest ubuntu in github action (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Dec 16, 2024
1 parent a282771 commit 59dc7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
Expand Down
2 changes: 1 addition & 1 deletion jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
product: 'chrome',
dumpio: true,
ignoreHTTPSErrors: true,
args: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-features=IsolateOrigins,site-per-process'],
args: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-features=IsolateOrigins,site-per-process', '--no-sandbox'],
headless: process.env.TEST_HEADLESS === 'true'
},
browserContext: 'incognito',
Expand Down

0 comments on commit 59dc7f8

Please sign in to comment.