Skip to content

chore(pm): migrate to yarn@4.0.2 #109

chore(pm): migrate to yarn@4.0.2

chore(pm): migrate to yarn@4.0.2 #109

Workflow file for this run

name: Build/release
on:
push:
branches-ignore:
- main
tags:
- v*
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
- name: Electron Builder
uses: samuelmeuli/action-electron-builder@v1.6.0
with:
github_token: ${{ secrets.github_token }}
build_script_name: pre-build
release: ${{ startsWith(github.ref, 'refs/tags/v') }}