Skip to content

chore(deps): bump astro from 5.17.2 to 5.17.3 #32

chore(deps): bump astro from 5.17.2 to 5.17.3

chore(deps): bump astro from 5.17.2 to 5.17.3 #32

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Install Playwright Chromium
run: npx playwright install chromium
- name: Build site
run: npm run build