Skip to content

chore(deps-dev): bump astro from 4.7.1 to 4.8.3 #3725

chore(deps-dev): bump astro from 4.7.1 to 4.8.3

chore(deps-dev): bump astro from 4.7.1 to 4.8.3 #3725

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.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 }}