Skip to content

fix(deps): update dependency vue to v3.5.13 #1308

fix(deps): update dependency vue to v3.5.13

fix(deps): update dependency vue to v3.5.13 #1308

Workflow file for this run

name: Build
on:
pull_request:
push:
branches-ignore:
- main
jobs:
build:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
yarn set version stable
yarn install
yarn build