Skip to content

chore(deps): bump electron-to-chromium from 1.5.171 to 1.5.224 #973

chore(deps): bump electron-to-chromium from 1.5.171 to 1.5.224

chore(deps): bump electron-to-chromium from 1.5.171 to 1.5.224 #973

Workflow file for this run

name: pr
on:
pull_request:
paths:
- "src/**"
- "package.json"
- "yarn.lock"
- "tsconfig*.json"
- "eslint.config.js"
- "vitest.config.ts"
- ".node-version"
- ".github/workflows/**"
- "!**/*.md"
permissions:
contents: read
checks: write
security-events: write
jobs:
build:
uses: ./.github/workflows/build.yml
with:
os: "ubuntu-latest"
debug: false
test:
uses: ./.github/workflows/test.yml
needs: build
with:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
debug: false
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node-version: [18.x, 20.x, 22.x, 24.x]
coverage:
uses: ./.github/workflows/coverage.yml
needs: build
with:
node-version: "24.x"
os: "ubuntu-latest"
debug: false
eslint:
uses: ./.github/workflows/eslint.yml
with:
os: "ubuntu-latest"