dify/.github/actions/setup-web/action.yml
2026-03-31 11:07:44 +08:00

13 lines
329 B
YAML

name: Setup Web Environment
description: A GitHub Action to set up the web environment using Vite+.
runs:
using: composite
steps:
- name: Setup Vite+
uses: hyoban/setup-vp@96511aa421048609564ade4427c73d0078d4afc1 # v1.3.0
with:
node-version-file: .nvmrc
cache: true
run-install: true