Skip to content

Bump electron from 9.4.0 to 22.3.25 #134

Bump electron from 9.4.0 to 22.3.25

Bump electron from 9.4.0 to 22.3.25 #134

Workflow file for this run

name: main
on: push
jobs:
main:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Run build and test
run: |
set -x
npm install
npm run build
npm test