Skip to content

Bump astro from 5.18.1 to 6.1.1 #8

Bump astro from 5.18.1 to 6.1.1

Bump astro from 5.18.1 to 6.1.1 #8

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Type check
run: npm run check
- name: Build site
run: npm run build