diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml deleted file mode 100644 index bb7c2b2..0000000 --- a/.github/workflows/electron.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CI -on: [ push ] -jobs: - build: - strategy: - matrix: - os: [ windows-latest] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v2 - - name: Use Node.js 16 - uses: actions/setup-node@v1 - with: - node-version: 16.x - cache: 'yarn' - - name: Intall dependencies - run: yarn install --frozen-lockfile