Skip to content

chore(deps): bump vue from 3.5.3 to 3.5.4 #221

chore(deps): bump vue from 3.5.3 to 3.5.4

chore(deps): bump vue from 3.5.3 to 3.5.4 #221

Workflow file for this run

name: PR test
on:
pull_request:
branches:
- main
jobs:
build-lint:
runs-on: ubuntu-latest
if: github.repository == 'mdn/todo-vue'
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run lint