Skip to content

chore(deps): bump vue from 3.5.12 to 3.5.13 #670

chore(deps): bump vue from 3.5.12 to 3.5.13

chore(deps): bump vue from 3.5.12 to 3.5.13 #670

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 20.x (LTS)
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test