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

chore(deps): update dependency vite to v6.0.6 (#891) #2590

chore(deps): update dependency vite to v6.0.6 (#891)

chore(deps): update dependency vite to v6.0.6 (#891) #2590

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