Skip to content

fix: bind the home page workflow note to the published version (#434) #333

fix: bind the home page workflow note to the published version (#434)

fix: bind the home page workflow note to the published version (#434) #333

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run ci