Update build-project.yml

This commit is contained in:
DJ2LS 2021-08-28 13:01:37 +02:00 committed by GitHub
parent 5a0373e290
commit bf349ecb31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,12 +68,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install test app dependencies
run: |
cd ${{ matrix.package_root }}
${{ matrix.package_manager }} install
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1