Skip to content

Bump vue from 3.5.12 to 3.5.13 #706

Bump vue from 3.5.12 to 3.5.13

Bump vue from 3.5.12 to 3.5.13 #706

Workflow file for this run

name: Cypress Tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22
cache: npm
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run docs:build
start: npm run ci