Skip to content

Bump electron from 12.0.13 to 32.1.0 in /app #228

Bump electron from 12.0.13 to 32.1.0 in /app

Bump electron from 12.0.13 to 32.1.0 in /app #228

name: Node.js CI Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app/
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: './app/yarn.lock'
- name: install dep
run: yarn install
- name: Build App
run: yarn electron:build --linux deb