Skip to content

Bump electron from 30.0.1 to 30.0.8 #545

Bump electron from 30.0.1 to 30.0.8

Bump electron from 30.0.1 to 30.0.8 #545

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
# Platforms to test on
strategy:
matrix:
os: [macos-10.14, windows-2019, ubuntu-18.04]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run tests
run: |
yarn
yarn test
yarn build
yarn build-app
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
env:
CI: true