mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: enable caching for pnpm in build preview workflow
- Added caching for pnpm to improve dependency installation speed in the build preview workflow.
This commit is contained in:
1
.github/workflows/build-preview.yml
vendored
1
.github/workflows/build-preview.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: app
|
working-directory: app
|
||||||
|
|||||||
Reference in New Issue
Block a user