Skip to content

Bump vue from 2.6.14 to 3.5.3 in /app #226

Bump vue from 2.6.14 to 3.5.3 in /app

Bump vue from 2.6.14 to 3.5.3 in /app #226

Workflow file for this run

name: Node.js CI Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app/
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: './app/yarn.lock'
- name: install dep
run: yarn install
- name: Build App
run: yarn electron:build --linux deb