Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

chore(deps): update dependency vue-tsc to v1.8.27 #854

chore(deps): update dependency vue-tsc to v1.8.27

chore(deps): update dependency vue-tsc to v1.8.27 #854

Workflow file for this run

name: Vue build and test
on:
pull_request:
push:
branches:
- 'main'
- 'develop'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run typecheck
- run: yarn run build
# - run: yarn run test:unit