Skip to content

Bump astro from 4.0.5 to 4.0.6 #20

Bump astro from 4.0.5 to 4.0.6

Bump astro from 4.0.5 to 4.0.6 #20

Workflow file for this run

name: Build Astro
on:
pull_request:
branches: [main]
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run lint
- run: npm run build