mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 23:01:33 -04:00
13 lines
294 B
YAML
13 lines
294 B
YAML
name: Setup Web Environment
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Setup Vite+
|
|
uses: voidzero-dev/setup-vp@20553a7a7429c429a74894104a2835d7fed28a72 # v1.3.0
|
|
with:
|
|
working-directory: web
|
|
node-version-file: .nvmrc
|
|
cache: true
|
|
run-install: true
|