Skip to content

fix(deps): update dependency astro to v6 - autoclosed #1769

fix(deps): update dependency astro to v6 - autoclosed

fix(deps): update dependency astro to v6 - autoclosed #1769

Workflow file for this run

name: Testing
on:
push:
branches:
- main
paths:
- 'src/**'
- 'public/**'
- 'package.json'
- 'package-lock.json'
- 'astro.config.mjs'
- 'tsconfig.json'
- '.node-version'
- 'Makefile'
- 'netlify.toml'
- '.github/workflows/astro-build.yml'
pull_request:
paths:
- 'src/**'
- 'public/**'
- 'package.json'
- 'package-lock.json'
- 'astro.config.mjs'
- 'tsconfig.json'
- '.node-version'
- 'Makefile'
- 'netlify.toml'
- '.github/workflows/astro-build.yml'
schedule:
- cron: '5 1 * * *' # Run nightly
workflow_dispatch:
jobs:
testing:
name: Astro build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version-file: ".node-version"
- name: Run make clean
run: make clean
- name: Run make init
run: make init
- name: Run make build
run: make build