This commit is contained in:
Rewrite0
2023-06-15 12:31:13 +08:00
parent 4baa96dd47
commit f54b9b4aed

View File

@@ -46,6 +46,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
cache-dependency-path: webui/pnpm-lock.yaml
- name: Install dependencies
run: cd webui && pnpm install