Skip to content

fix(deps): update dependency astro to v4.16.18 [security] #604

fix(deps): update dependency astro to v4.16.18 [security]

fix(deps): update dependency astro to v4.16.18 [security] #604

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@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- run: pnpm i --frozen-lockfile
- run: pnpm run test