Skip to content

Bump electron from 9.4.0 to 22.3.21 #133

Bump electron from 9.4.0 to 22.3.21

Bump electron from 9.4.0 to 22.3.21 #133

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