Skip to content

chore(deps): bump astro from 6.1.8 to 6.1.9 #91

chore(deps): bump astro from 6.1.8 to 6.1.9

chore(deps): bump astro from 6.1.8 to 6.1.9 #91

Workflow file for this run

name: Build check
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Fetch samples & Build
run: npm run build