Skip to content

feat(animations): 全面增强动画系统 — 华丽优美的视觉体验 #26

feat(animations): 全面增强动画系统 — 华丽优美的视觉体验

feat(animations): 全面增强动画系统 — 华丽优美的视觉体验 #26

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build