Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Update dependency astro to v4.16.10 #862

Update dependency astro to v4.16.10

Update dependency astro to v4.16.10 #862

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npx tsc --noEmit
- run: npm run build