Skip to content

Bump vue-tsc from 1.8.2 to 1.8.8 #2942

Bump vue-tsc from 1.8.2 to 1.8.8

Bump vue-tsc from 1.8.2 to 1.8.8 #2942

Workflow file for this run

name: CI Build
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run build
static-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: ./node_modules/.bin/tsc --noEmit
- run: ./node_modules/.bin/vue-tsc --noEmit