Skip to content

chore(deps): bump astro from 6.1.9 to 6.1.10 in the prod group #462

chore(deps): bump astro from 6.1.9 to 6.1.10 in the prod group

chore(deps): bump astro from 6.1.9 to 6.1.10 in the prod group #462

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- name: Build site
run: npm run build