Skip to content

chore(deps-dev): bump electron from 32.0.2 to 32.1.2 #3112

chore(deps-dev): bump electron from 32.0.2 to 32.1.2

chore(deps-dev): bump electron from 32.0.2 to 32.1.2 #3112

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Change diff
run: git --no-pager show -m "$GITHUB_SHA" --color
- name: Build
shell: bash
run: |
npm --version
npm ci
pushd plugins/desktop && npm ci; popd
npm run lint
npm run build