Skip to content

Commit ee70483

Browse files
authored
Merge pull request #19 from github/dependabot/npm_and_yarn/npm_and_yarn-20b3868903
Bump the npm_and_yarn group across 1 directory with 11 updates
2 parents 041aa97 + 01985b4 commit ee70483

4 files changed

Lines changed: 1134 additions & 519 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
npm test
2222
env:
2323
CI: true
24+
CHROME_BIN: google-chrome

karma.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process.env.CHROME_BIN = require('chromium').path
1+
process.env.CHROME_BIN = process.env.CHROME_BIN || require('chromium').path
22

33
module.exports = function (config) {
44
config.set({
@@ -15,7 +15,7 @@ module.exports = function (config) {
1515
customLaunchers: {
1616
ChromeHeadlessNoSandbox: {
1717
base: 'ChromeHeadless',
18-
flags: ['--no-sandbox']
18+
flags: ['--no-sandbox', '--disable-dev-shm-usage']
1919
}
2020
},
2121
autoWatch: false,

0 commit comments

Comments
 (0)