Skip to content

build(deps): bump react and @types/react #306

build(deps): bump react and @types/react

build(deps): bump react and @types/react #306

Workflow file for this run

name: "Astro Diagnostics"
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
diagnostics:
name: Run Astro Diagnostics
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: latest
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run Astro Diagnostics
run: pnpm astro check