Skip to content

Build(deps-dev): Bump eslint-plugin-n from 16.6.2 to 17.6.0 (#2142) #3887

Build(deps-dev): Bump eslint-plugin-n from 16.6.2 to 17.6.0 (#2142)

Build(deps-dev): Bump eslint-plugin-n from 16.6.2 to 17.6.0 (#2142) #3887

Workflow file for this run

name: Electron
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Get xvfb
run: sudo apt-get install xvfb
- name: Electron Test
run: xvfb-run --auto-servernum pnpm test:electron