Skip to content

fix(deps): update dependency astro to v5.13.2 [security] #1093

fix(deps): update dependency astro to v5.13.2 [security]

fix(deps): update dependency astro to v5.13.2 [security] #1093

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- run: pnpm i --frozen-lockfile
- run: pnpm run test