Skip to content

Bump vue-template-compiler from 2.7.14 to 2.7.15 #78

Bump vue-template-compiler from 2.7.14 to 2.7.15

Bump vue-template-compiler from 2.7.14 to 2.7.15 #78

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