Skip to content

Bump astro from 4.0.6 to 4.0.7 #28

Bump astro from 4.0.6 to 4.0.7

Bump astro from 4.0.6 to 4.0.7 #28

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run typecheck
- run: pnpm run biome:ci