fix: github action

This commit is contained in:
Maxime GRIS
2022-03-13 15:31:06 +01:00
parent 1f0ba3448c
commit d6b578499d
6 changed files with 29 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [16]
# The type of runner that the job will run on
runs-on: macos-latest
@@ -44,9 +44,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm i && npm i -D cli-truncate
- name: Check lint
run: npm run lint
- name: Build the app
run: npm run electron:build