File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module.exports = function(config) {
6868
6969 // We don't use the watcher but for some reason this must be set to true for tests to run
7070 autoWatch : true ,
71- browsers : [ process . env . TRAVIS ? 'chromium_travis ' : 'ChromeHeadless' ] ,
71+ browsers : [ process . env . GITHUB_ACTIONS ? 'chromium_githubactions ' : 'ChromeHeadless' ] ,
7272
7373 // Continuous Integration mode
7474 // if true, Karma captures browsers, runs the tests and exits
@@ -80,8 +80,8 @@ module.exports = function(config) {
8080
8181 // Launcher for using chromium in Travis
8282 customLaunchers : {
83- chromium_travis : {
84- base : "Chrome " ,
83+ chromium_githubactions : {
84+ base : "ChromeHeadless " ,
8585 flags : [ '--no-sandbox' ]
8686 }
8787 }
Original file line number Diff line number Diff line change 8080 "diff-match-patch" : " ^1.0.5" ,
8181 "dompurify" : " 2.0.17" ,
8282 "faye-websocket" : " 0.11.1" ,
83- "karma" : " 6.3.10 " ,
83+ "karma" : " 6.4.4 " ,
8484 "karma-chai" : " 0.1.0" ,
85- "karma-chrome-launcher" : " 3.1 .0" ,
85+ "karma-chrome-launcher" : " 3.2 .0" ,
8686 "karma-mocha" : " 2.0.1" ,
8787 "less" : " 3.13.1" ,
8888 "lzma" : " 2.3.2" ,
9191 "pngjs" : " 3.4.0" ,
9292 "postcss" : " 6.0.21" ,
9393 "promise.prototype.finally" : " ^3.1.2" ,
94- "puppeteer" : " 13.0 .1" ,
94+ "puppeteer" : " 23.11 .1" ,
9595 "request" : " 2.88.0" ,
9696 "rimraf" : " 2.5.4" ,
9797 "rtlcss" : " 2.2.1" ,
You can’t perform that action at this time.
0 commit comments