Skip to content

Chore(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.7.0 #519

Chore(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.7.0

Chore(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.7.0 #519

Workflow file for this run

name: build
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build
- name: Upload artifact
uses: actions/upload-artifact@v4
if: ${{ startsWith( matrix.node-version, '18') }}
with:
name: synctv-web
path: dist