Skip to content

build(deps): bump rollup from 4.21.0 to 4.22.4 #20

build(deps): bump rollup from 4.21.0 to 4.22.4

build(deps): bump rollup from 4.21.0 to 4.22.4 #20

Workflow file for this run

name: Build and Publish Electron App
on:
push:
branches:
- dev
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build Electron app
run: npm run build