Skip to content

Bump electron from 28.2.3 to 29.0.1 #1364

Bump electron from 28.2.3 to 29.0.1

Bump electron from 28.2.3 to 29.0.1 #1364

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: |
npm ci
npm run build --if-present
env:
CI: true