Skip to content

chore(deps): bump astro from 7.1.3 to 7.1.4 #147

chore(deps): bump astro from 7.1.3 to 7.1.4

chore(deps): bump astro from 7.1.3 to 7.1.4 #147

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@v7
- name: Setup Node
uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Fetch samples & Build
run: npm run build