mirror of https://github.com/langgenius/dify.git
fix(ci): update setup-vp action to v1 with node-version-file support
The pinned SHA 4a524139 was from an older commit that didn't have the node-version-file input, causing CI warnings. Update to the latest v1 commit (906b5821) which supports node-version-file and fixes the cache directory warning. Fixes #33948
This commit is contained in:
parent
f5cc1c8b75
commit
a6c2b48ebd
|
|
@ -4,7 +4,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Setup Vite+
|
||||
uses: voidzero-dev/setup-vp@4a524139920f87f9f7080d3b8545acac019e1852 # v1.0.0
|
||||
uses: voidzero-dev/setup-vp@906b5821fc79472a80264736a266e06643cca1fc # v1
|
||||
with:
|
||||
node-version-file: web/.nvmrc
|
||||
cache: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue