Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

chore(deps-dev): bump electron from 13.6.6 to 24.0.0 #540

chore(deps-dev): bump electron from 13.6.6 to 24.0.0

chore(deps-dev): bump electron from 13.6.6 to 24.0.0 #540

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: "15"
- name: Install dependencies
run: yarn
- name: Build and Pack distribution package
run: yarn run package
env:
NODE_ENV: production
DEBUG: "electron-forge:*"