Skip to content

chore(deps): update dependency @vue/tsconfig to v0.6.0 #2371

chore(deps): update dependency @vue/tsconfig to v0.6.0

chore(deps): update dependency @vue/tsconfig to v0.6.0 #2371

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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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