Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Bump progressbar.js from 1.1.0 to 1.1.1 (#16) #94

Bump progressbar.js from 1.1.0 to 1.1.1 (#16)

Bump progressbar.js from 1.1.0 to 1.1.1 (#16) #94

Workflow file for this run

name: build
on: push
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- name: Build/release Electron app
run: |
yarn install
yarn make