Skip to content

fix(deps): update dependency astro to v5.15.9 [security] #426

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

fix(deps): update dependency astro to v5.15.9 [security] #426

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
Test:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- name: Install and build
run: pnpm install
- name: Test
run: pnpm run test