mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 04:47:50 +08:00
14 lines
327 B
YAML
14 lines
327 B
YAML
name: Setup Web Environment
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Setup Vite+
|
|
uses: voidzero-dev/setup-vp@b5d848f5a62488f3d3d920f8aa6ac318a60c5f07 # v1
|
|
with:
|
|
node-version-file: "./web/.nvmrc"
|
|
cache: true
|
|
run-install: |
|
|
- cwd: ./web
|
|
args: ['--frozen-lockfile']
|