Skip to content

Bump vue from 2.6.11 to 3.0.0 #923

Bump vue from 2.6.11 to 3.0.0

Bump vue from 2.6.11 to 3.0.0 #923

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn --ignore-engines
- name: Run
run: yarn pr