Skip to content

chore(deps): bump astro in the npm_and_yarn group across 1 directory #839

chore(deps): bump astro in the npm_and_yarn group across 1 directory

chore(deps): bump astro in the npm_and_yarn group across 1 directory #839

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout all commits
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup-all
with:
node_version: 20.10.0
go_version: 1.23.0
- name: Build
run: pnpm build