Skip to content

fix(deps): update dependency vue to v3.5.11 #1286

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

fix(deps): update dependency vue to v3.5.11 #1286

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