Skip to content

chore(deps): bump electron from 25.0.0 to 25.8.4 #516

chore(deps): bump electron from 25.0.0 to 25.8.4

chore(deps): bump electron from 25.0.0 to 25.8.4 #516

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run generate
- run: npm test