Skip to content

Bump electron from 25.9.8 to 31.0.1 #43

Bump electron from 25.9.8 to 31.0.1

Bump electron from 25.9.8 to 31.0.1 #43

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
npm install
npm lint
working-directory: .
- name: Build Electron App
run: |
npm run electron:build
pwd
ls -la
working-directory: .