Skip to content

chore(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0 #3695

chore(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0

chore(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0 #3695

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.3
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/codecov-action@v1.5.0
env:
CI: true