Skip to content

chore(deps): bump astro from 4.7.0 to 4.16.1 in /apps/docs #3086

chore(deps): bump astro from 4.7.0 to 4.16.1 in /apps/docs

chore(deps): bump astro from 4.7.0 to 4.16.1 in /apps/docs #3086

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: PNPM setup
uses: ./.github/actions/pnpm-setup
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm ci:build