Skip to content

chore(deps): bump astro from 5.18.1 to 6.1.6 in the npm_and_yarn group across 1 directory #64

chore(deps): bump astro from 5.18.1 to 6.1.6 in the npm_and_yarn group across 1 directory

chore(deps): bump astro from 5.18.1 to 6.1.6 in the npm_and_yarn group across 1 directory #64

Workflow file for this run

name: Build Check
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
build-ui:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "24"
- name: Setup pnpm
uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build
- name: Check formatting with Prettier
run: pnpm exec prettier . --check