Skip to content

build: update dependency vue {3.5.12 => 3.5.13} #381

build: update dependency vue {3.5.12 => 3.5.13}

build: update dependency vue {3.5.12 => 3.5.13} #381

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- run: yarn install
- run: yarn generate