Skip to content

Bump electron from 26.2.0 to 26.3.0 (#82) #243

Bump electron from 26.2.0 to 26.3.0 (#82)

Bump electron from 26.2.0 to 26.3.0 (#82) #243

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn dist
- run: yarn test
env:
CI: true