Skip to content

Bump electron from 15.5.2 to 22.3.25 #207

Bump electron from 15.5.2 to 22.3.25

Bump electron from 15.5.2 to 22.3.25 #207

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Pull request check
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: PR check
run: |
npm install
npm run format-check
npm run build