Skip to content

fix(docs): bound confetti hero to page-top→hero-bottom; fade out befo… #31

fix(docs): bound confetti hero to page-top→hero-bottom; fade out befo…

fix(docs): bound confetti hero to page-top→hero-bottom; fade out befo… #31

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test