Skip to content

fix(deps): update dependency electron-log to v5.0.3 #207

fix(deps): update dependency electron-log to v5.0.3

fix(deps): update dependency electron-log to v5.0.3 #207

Workflow file for this run

name: run tests
on:
workflow_dispatch:
workflow_call:
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run test