Skip to content

Commit ee382e5

Browse files
authored
Merge pull request #61 from github/dependabot/npm_and_yarn/npm_and_yarn-e56a50b169
Bump yauzl from 2.10.0 to removed in the npm_and_yarn group across 1 directory
2 parents 89b177f + 1f3e948 commit ee382e5

4 files changed

Lines changed: 5 additions & 879 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: 22.x
24+
- name: Set up Chrome
25+
uses: browser-actions/setup-chrome@v1
26+
id: setup-chrome
2427
- name: npm install, build, and test
2528
run: |
2629
npm install
2730
npm run build --if-present
2831
npm test
2932
env:
3033
CI: true
34+
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}

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)