Skip to content

Modify update to @electron-forge/[email protected] (6.4.2+ is broken) #38

Modify update to @electron-forge/[email protected] (6.4.2+ is broken)

Modify update to @electron-forge/[email protected] (6.4.2+ is broken) #38

Workflow file for this run

name: test
on: push
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run tests
run: npm run test