mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
feat: add cache
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -19,7 +19,8 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '18'
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Build frontend
|
||||
id: build_frontend
|
||||
|
||||
Reference in New Issue
Block a user