Skip to content

Commit 4aefb54

Browse files
Copilotliuliu-dev
andcommitted
Fix CI failure: remove chromium npm package, rely on system Chrome
Co-authored-by: liuliu-dev <6688812+liuliu-dev@users.noreply.github.com>
1 parent 4407050 commit 4aefb54

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"devDependencies": {
3030
"@github/prettier-config": "0.0.4",
3131
"chai": "^4.3.4",
32-
"chromium": "^3.0.3",
3332
"eslint": "^7.32.0",
3433
"eslint-plugin-custom-elements": "^0.0.2",
3534
"eslint-plugin-github": "^4.2.0",

test/karma.config.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
process.env.CHROME_BIN = require('chromium').path
2-
31
module.exports = function (config) {
42
config.set({
53
frameworks: ['mocha', 'chai'],

0 commit comments

Comments
 (0)