mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
12 lines
263 B
YAML
12 lines
263 B
YAML
name: Setup Web Environment
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Setup Vite+
|
|
uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
|
|
with:
|
|
node-version-file: .nvmrc
|
|
cache: true
|
|
run-install: true
|