Skip to content

Bump electron from 9.4.0 to 22.3.21 #2

Bump electron from 9.4.0 to 22.3.21

Bump electron from 9.4.0 to 22.3.21 #2

Workflow file for this run

name: Test Build
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm install typescript
- run: npm run build