Skip to content

chore(deps-dev): bump @astrojs/vue from 4.0.7 to 4.0.8 #3427

chore(deps-dev): bump @astrojs/vue from 4.0.7 to 4.0.8

chore(deps-dev): bump @astrojs/vue from 4.0.7 to 4.0.8 #3427

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.3.1
- name: Setup
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}