Skip to content

chore(deps): bump rollup from 4.21.0 to 4.22.4 #232

chore(deps): bump rollup from 4.21.0 to 4.22.4

chore(deps): bump rollup from 4.21.0 to 4.22.4 #232

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