Skip to content

chore(deps-dev): bump electron from 25.8.1 to 25.8.4 (#661) #1134

chore(deps-dev): bump electron from 25.8.1 to 25.8.4 (#661)

chore(deps-dev): bump electron from 25.8.1 to 25.8.4 (#661) #1134

Workflow file for this run

on: [pull_request, push]
jobs:
build:
strategy:
matrix:
os: [macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.14.x
cache: 'npm'
- run: npm ci --audit false
- run: npm run lint
# - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: npm run typecheck
- run: npm run test
- run: npm run package