Skip to content

chore(deps): update dependency vue to v3.4.33 #1207

chore(deps): update dependency vue to v3.4.33

chore(deps): update dependency vue to v3.4.33 #1207

Workflow file for this run

name: Unit Test
on: [push]
jobs:
unit-test:
runs-on: ubuntu-latest
name: Test
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn
- run: yarn build
- run: yarn test